资源列表
fangwen
- 一个访问数据库的类,很好用,但不要忘了引入msado15.dll和AfxOleInit()-a pretty useful class written for accessing database system .However,please do remember to import the file of msado15.dll and the function of AfxOleInit when using .
piaoasp
- 能用于所有航空售票处(公司、中心,点)的客户资料和送票情况管理,能对客户累计购票情况进行统计分析,具自动编号、快速查询、客户购票统计、送票员管理、密码设置等功能,能根据任意电话号码快速定位到某一客户,并录入购票明细情况,其所属业务员功能可考核业务员的业绩情况。-can be used for all air outlets (companies, the Center, points) of Music and customer information management, customers
ado_rst_pkg
- 很简单但很实用,ado方法的简单应用,欢迎大家下载-simple and useful,application of ado,welcome to download.
MySQL.ODBC接口源码
- 献给在查找这方面的人,,,,,,,简单的连接MYSQL,,,,曾经迷惑,,,,希望对在追寻的人有所帮助-dedicated to this area in search of Medan simple connectivity MYSQL,,,, had confused, and the hope that the search for the right people to help
应用程序服务器源码
- java开发三层系统, 应用程序服务器源码, 接口,客户端连接服务器公共函数-three-tier system, application server source code, interfaces, client server Public Function
Blob字段操作
- java,Blob字段操作,将图片或者文件保存到数据库中-java, Blob field operations, it will preserve photographs or documents to the database
db-4.3.28.NC
- 伯克利数据库,IM聊天必用的存储工具,用于记录聊天和用户信息等等。-Berkeley database, IM chat will use the storage tool for the record chat and user information and so on.
foxpro6
- VCF编写的五个管理系统程序(无可执行文件): 1、源代码压缩包 2、源代码简单说明 -VCF prepared by the five management system (without executable file) : 1, the source code compression Pack 2, the source code briefly
cn700_vc34772244445
- 光碟管理软件,能够处理一些简单的光碟管理事务.是用VC编的。-Light disk management software,it can handle some simple tasks of light disk management,written by VC.
SSCash看房版
- BCB使用IPX控件访问InterBase的示例,Listview的使用-BCB use IPX controls visit InterBase example, the use LIST
RDS远程访问数据库
- 利用RDS控件来访问指定IP上计算机的数据库,同时可以自己定义查询条件,对数据库的信息进行查询,值得一看-use controls to visit designated IP database on the computer, but can also query their own definition of the information in the database query, an eye-catcher
db_access
- 众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率将直接影响到软件的质量。一个数据访问缓慢的系统是客户无法容忍的。一个好的系统必然有一个高效的数据访问方法。由此可见,数据访问在软件开发过程中是非常重要的。如果能统一对数据的访问方法,那么一切有关数据访问方面的问题都可以得到解决。我的系统将可以面向所有的数据源,甚至是未来将会出现的数据源。 预期结果 实现对SQLServer,ODBC,OL