资源简介
用C++封装的Oci操作接口,使用了数据库连接池,可以在多线程中并发操作数据。
代码片段和文件信息
#include “DataTable.h“
int GetStringLen(ub1* strint iLen)
{
do
{
} while (str[--iLen] == ‘ ‘);
return iLen+1;
}
CDataTable::CDataTable(int iFieldsOCIStmt *phStmtOCIError *phErr)
{
m_pData = new void*[iFields];
m_pDataType = new int[iFields];
m_pSize = new int[iFields];
for (int i = 0; i < iFields; i++)
{
m_pData[i] = NULL;
m_pDataType[i] = 0;
m_pSize[i] = 0;
}
m_phStmt = phStmt;
m_phErr = phErr;
m_iField = iFields;
m_indp = new sb2[iFields];
}
CDataTable::~CDataTable ()
{
for (int i = 0; i < (int)m_iField; i++)
{
if (m_pData[i] != NULL)
{
delete[] m_pData[i];
}
}
delete[] m_pData;
delete[] m_pDataType;
delete[] m_pSize;
delete[] m_indp;
OCIStmtRelease(m_phStmt m_phErr (OraText *) NULL 0 OCI_DEFAULT);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1015808 2013-03-07 09:26 OCI\oci.dll
文件 610664 2013-03-07 09:26 OCI\oci.lib
..A.SHR 105 2013-05-13 11:19 OCI\vssver2.scc
文件 43712 2013-03-07 09:26 OCI\include\ldap.h
文件 34831 2013-03-07 09:26 OCI\include\nzerror.h
文件 77174 2013-03-07 09:26 OCI\include\nzt.h
文件 2193 2013-03-07 09:26 OCI\include\occi.h
文件 11960 2013-03-07 09:26 OCI\include\occiAQ.h
文件 35732 2013-03-07 09:26 OCI\include\occiCommon.h
文件 72822 2013-03-07 09:26 OCI\include\occiControl.h
文件 41104 2013-03-07 09:26 OCI\include\occiData.h
文件 25688 2013-03-07 09:26 OCI\include\occiob
文件 174288 2013-03-07 09:26 OCI\include\oci.h
文件 7385 2013-03-07 09:26 OCI\include\oci1.h
文件 10678 2013-03-07 09:26 OCI\include\oci8dp.h
文件 442412 2013-03-07 09:26 OCI\include\ociap.h
文件 6359 2013-03-07 09:26 OCI\include\ociapr.h
文件 43887 2013-03-07 09:26 OCI\include\ocidef.h
文件 4161 2013-03-07 09:26 OCI\include\ocidem.h
文件 11588 2013-03-07 09:26 OCI\include\ocidfn.h
文件 9235 2013-03-07 09:26 OCI\include\ociextp.h
文件 6659 2013-03-07 09:26 OCI\include\ocikpr.h
文件 7773 2013-03-07 09:26 OCI\include\ocixm
文件 6093 2013-03-07 09:26 OCI\include\ocixm
文件 102483 2013-03-07 09:26 OCI\include\ocixstream.h
文件 24185 2013-03-07 09:26 OCI\include\odci.h
文件 7539 2013-03-07 09:26 OCI\include\oratypes.h
文件 104870 2013-03-07 09:26 OCI\include\ori.h
文件 15456 2013-03-07 09:26 OCI\include\orid.h
文件 161534 2013-03-07 09:26 OCI\include\orl.h
............此处省略34个文件信息
相关资源
- c++ 数字键盘设计(源码)
- Linux优先级时间片调度C++源码
- c++ RoyCardTableView 列表插入
- 电机控制平台(c++源码)
- PID 控制算法实现(fuzzy-PID-controller)
- c++ 获取当前执行位置的调用栈
- windows文件夹监控(c++源码)
- C++ tts开发 可调节语速,音量,切换语
- c++(3_MSGS.C)
- c++实现P2PDemo(点对点聊天)
- windows 串口升级工具(c++源码)
- ntmedsys.sys(c++源码)
- DSS中的RTSPclientLib程序
- c 常用的数据结构 (Errata for Ford/Top
- RTSPRTP C++ 源代码
-
c++ xm
lRPC - rip协议编程及代码实现
- ippicv_2017u3_win_intel64_general_20170822.zip
- Windows Sockets 编程及UR机器人通信数据
- 跟进域名解析IP地址(c++ builder)
- iCord-屏幕录制(c++源码)
- 用ADO 对C++连接ORACLE 数据库
- 基于libevent 实现的http服务C++(myhttp
- 多人聊天室c++源码(附服务器端以及
- c++ 不打开图档可替换字符串源码
- opencv:视频图片相互转换程序
- VC++图片控件(Picture Control)显示资源
- Opencv3中SIFT算法详解
- MFC图片操作(PRO5_PNGDlg.cpp)
- c++ 实现 凯撒加密、解密
评论
共有 条评论