- 4
- 0
- 约3.32千字
- 约 7页
- 2017-03-16 发布于贵州
- 举报
Oracle基本作、创建表空间等等
ORACLE数据库API接口函数设计说明
API接口函数使用示例:
参见程序OCIDEMO.DSW
//工程中不用在连接ociw32.lib只用xjoci.lib就行了。
假定:
工程文件为newocidemo,所在目录为c:\newocidemo,newocidemo.exe位于c:\newocidemo\debug下面
使用步骤:
1、将MyConnection.h;oratypes.h;ocidem.h;ocidfn.h;xioci.lib复制到c:\newocidemo下面
2、将xioci.dll复制到c:\newocidemo\debug下面
3、设置project 下的 settings 下面的link 中的 object/library modules: 为xjoci.lib
4、在file中添加MyConnection.h,从而在class中会出现connection,cursor两个新类
API接口函数类设计:
CONNECTION类
class connection friend class cursor;
public:
BOOL IsConnected ; connection ; ~connection ;
BOOL connect char *username, char *password,char *sername ; BOOL dis
您可能关注的文档
最近下载
- 幼儿园大班语言《是谁嗯嗯在我的头上》课件.pptx
- 高考生物必背85个知识点分析.doc VIP
- 高考生物必背85个知识点总结.doc VIP
- 高考必背的85个重要生物知识点总结.docx VIP
- 2025届高考生物必背的85个重要知识点总结.docx VIP
- 中国文化概况A-Glimpse-of-Chinese-Culture(修订版)Chapter-8.ppt VIP
- 2026年高考生物必背85个重要知识点总结汇编.pdf VIP
- 预防高处坠落事故专项施工方案.docx VIP
- AutoCAD2022实用教程全套完整教学课件.pptx
- Soundcraft声艺Signature 22MTK Outline Dimensions file)说明书用户手册.pdf
原创力文档

文档评论(0)