搜索资源列表
Odb
- 一个不错的Oracle数据库封装类(.cpp)-a good package Oracle Database category (. Cpp)
kdddbc.tar
- 自己写的,一套关于Mysql连接池的Cpp库,编译环境为gcc/minwin ,linux环境下可以之用,面对对象的Cpp库,使用方法为kdd::dbio.run().然后就可以调用db_queryer来进行数据库操作-Wrote it myself, a set of Mysql database connection pool Cpp, compiler environment gcc/minwin, linux environment can be used, in the face of
sjk_view
- 英文字典数据库系统,采用VC++编写。功能齐全实用。-======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : MagicWord ======================================================================== AppWizard h
data
- 程序名称:学生管理信息管理系统 可以增加,删除,查找学生的资料。或者以格式化形式输出在print.txt这个文件中。学生资料以二进制储存在datadase.dat中。 程序分为三个文件:student.h ,student.cpp, database.cpp 类Student.可以设置名字(包括firstName和lastName)还有id,岁数(age),score(评价).每个data member都有分别的member function来设置或者输出. -Name: St
XML_Rowset
- This returns a string containing row sets in XML format. The method, GetXML, takes as parameters: DBService = SQL Server connection parameters, i.e. “Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ” ProcedureName = stored procedur
simpleini_v2x.tar
- sampleini sample source testv2x.cpp sample data(ini) a.ini
con_occitext
- occi方式访问oracle(实现分发程序时免客户端,免配置) 已经在vc6 xp系统下通过。在虚拟机的干净server2003(无客户端、无配置)系统下测试通过,应该是你想要的了。 把它调试通过还真是要注意很多问题,主要的问题如下: 1.在StdAfx.cpp 里加入#define WIN32COMMON 1 2.在setting-》link的Object/library modules中增加oraocci10d.lib oci.lib ociw32.lib oraocci1
database-cPP
- Visual c++结合SQL server 的经典范例。程序中介绍了如何在VC++中调用数据库的各方面知识-Visual c combined with a classic example of the SQL server. The procedures described in the various aspects of knowledge of how to call the database in VC
proc-source-code1
- 将oracle数据库中的五个function改写为一个类的五个方法,包含在proc的pc文件和头文件中,经过proc编译后pc文件可以得到一个cpp文件。-Five function rewritten in the oracle database for a class of five methods, including the pc and header files in the proc after proc compiled the pc file can get a cpp file
Database-operations-CPP
- 使用Visual c++实现的数据库操作,SQL数据库的经典例程的简单实现,数据库经典例程的简单实现-Database operations use the Visual c++ achieve a simple implementation of the classic SQL database routines, database simple implementation of the classic routines. .
The-CD-source-Visual-CPP-database
- "本书"精选了7个当前应用广泛的数据库系统,详细介绍了使用Visual C++开发各数据库管理系统的思路、方法和技术。主要内容包括物流管理系统、客户管理系统、进销存管理系统、客房管理系统、工资管理系统、文档管理系统、会议视频管理系统、应用程序的打包等。"本书"内容精练、重点突出、实例丰富,是程序开发人员必备的不可多得的数据库系统开发图书,"本书"也非常适合大、中专院校相关专业师生学习、参考。这是它的源代码-" Book" a selection of seven widely
Visual-CPP-PM
- 一个简单的数据管理系统,实现了文档管理的基本功能,使用前请先附加数据库-A simple data management system, to achieve the basic functions of document management before use additional database
adoDB
- MFC开发 一个小型员工管理系统, 连接oracle数据库 其中AdoDB.cpp源文件集成了access、sql、Oracle , 这个文件时实习的时候吕老师提供的 数据库名字默认连接的, 在CTw_2Dlg::OnInitDialog()接口里改成你的用户名和密码就ok了-MFC Development A small staff management system, connecting oracle database Which AdoDB.cpp source
SQLiteTool
- 本模块的任务是实现SQLITE工具类,类名是CMpSqliteDb,类所在文件名是MpSqliteDb.h和MpSqliteDb.cpp。这个类实现了操作SQLITE数据库的基本操作,包括创建数据库、关闭数据库、打开数据库连接、关闭数据库连接、预编译SQL语句、执行预编译SQL语句、创建表格、修改表格名称、清空表格、删除表格、添加字段、修改字段、删除字段、添加记录等。 -Task of this module is to achieve SQLITE tools, class name is C