Description: 此代码是研究 mysql 5.0.22 得出的结果,描述并使用标准 c++演示了使用 MySQLC API 函数简单操作数据库的流程
例子程序在 VC6(VC7.1) + windows 2000 上调试通过
例子程序在 red hat linux 9,red fc6 上调试通过
-this code is to examine mysql 5.0.22 the results Description and use standard c demonstration of the use of a simple API function MySQLC Database examples process procedures V C6 (VC7.1), debugging windows 2000 through examples of procedures in red hat linu x 9, red fc6 debugging through Platform: |
Size: 15689 |
Author:魏洪平 |
Hits:
Description: 在力LINUX下用C编写MYSQL的客户端程序,包括如何建立连接.如何创建表,删除表,以及更新记录等基本操作-in force C LINUX prepared MYSQL client procedures, including how to establish a connection. How to set up a table, Table delete and update records basic operation Platform: |
Size: 1024 |
Author:小新 |
Hits:
Description: 此代码是研究 mysql 5.0.22 得出的结果,描述并使用标准 c++演示了使用 MySQLC API 函数简单操作数据库的流程
例子程序在 VC6(VC7.1) + windows 2000 上调试通过
例子程序在 red hat linux 9,red fc6 上调试通过
-this code is to examine mysql 5.0.22 the results Description and use standard c demonstration of the use of a simple API function MySQLC Database examples process procedures V C6 (VC7.1), debugging windows 2000 through examples of procedures in red hat linu x 9, red fc6 debugging through Platform: |
Size: 15360 |
Author:魏洪平 |
Hits:
Description: 跨数据库平台:
n 支持 oracle 的OCI
n 支持DB2的CLI,
n 支持ODBC(通过ODBC,可支持SQL SERVER,MySQL等)
Ø 跨OS平台:
n 标准C++语言,支持 unix/linux/windows
Ø 使用简单:
n 只有一个头文件
n 接口简洁.otl_stream, otl_connect, otl_exception等就可以完成大部分工作
n 相对 ProC等嵌入式开发,代码能相应减少
Ø 性能:
n 直接访问数据库API接口,具有API接口的高效率,可靠性
Ø 稳定性:
n 开源代码,唯一的代码文件otlv4.h,可以了解所有基于数据库API的实现细节
n 从1996年开始,到今已10余年.
Ø 可读性及可维护性:
n 标准C++代码,不需要任何预处理
n 使用流的形式,输入输出异常简洁
n 减少大量代码,
n 代码结构更加简洁
参考资料:
http://otl.sourceforge.net/
-oracle db2 odbc Platform: |
Size: 2575360 |
Author:周扒皮 |
Hits:
Description: Linux环境MySQL的C编程起步,示例程序,包含如何使用MYSQL API等接口。-MySQL' s C programming environment for Linux started, the sample program, including how to use the MYSQL API interfaces. Platform: |
Size: 1024 |
Author:david |
Hits:
Description: The cprops (C prototyping tools) library provides
a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management framework, a TCP and HTTP socket API, and a database abstraction layer with drivers for Postgres and MySQL. libcprops compiles and runs on Linux, BSD, Solaris, Mac OS X, and Win32.-The cprops (C prototyping tools) library provides a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management framework, a TCP and HTTP socket API, and a database abstraction layer with drivers for Postgres and MySQL. libcprops compiles and runs on Linux, BSD, Solaris, Mac OS X, and Win32. Platform: |
Size: 797696 |
Author:evil |
Hits: