资源列表
TestODBCDatabase
- 使用Visual C++ 6.0通过ODBC连接SQL Server 2000数据库-Using Visual C++ 6.0 through ODBC to connect SQL Server 2000 database
bb
- 医院门诊收费管理系统,简单实用,主要面对中小医院-Hospital outpatient charges for management systems, simple and practical, major problems encountered by small and medium hospitals
caigou
- 一款简单的商品采购管理系统,在中小型企业中很实用-A simple commodity procurement management system, is very useful in small and medium enterprises
datatrans
- 主要用于数据库和数据库之间转移数据。配好链接就可以使用。-Is mainly used for the transfer of data between the database and the database. With a good link you can use.
1
- 在VC中对数据库,主要是mysql数据库的访问。适合用在其他例子中。-In the VC in the database, mainly mysql database access. Suitable for use in other examples.
Equipment
- 资产管理软件VC源码,使用SQL数据库方便进行数据统计处理存储,界面良好!-VC asset management software source code, use the SQL database to facilitate statistical treatment of data storage, interface, good!
jdglxt
- 功能包括客房管理,餐饮管理,总台管理一整套的酒店管理系统-Features include room management, catering management, with a total station management a set of hotel management system
pj_dbacc
- 分别使用ADO和DAO打开数据库的例子-open database using ADO and DAO
ks0706
- 一个基本的考试软件,基本原理为隐藏的FTP服务器,自动下载加密的题目并解密,能够在VC控件中读取RTF多格式文档(含有图片),并显示在VC控件中,进行答题,目前含判断、选择、简答题型。可以作为考试系统的基本框架。题目数据库:ks005.mdb,考号见该数据库中,注意文件中的隐藏文件夹在C:\\WINDOWS\\Resources\\Themes\\Luna\\Shell\\NormalColor和c:\temp等,读懂路径变化后可以自己修改运行。ftp服务器为网上下载后修改,在chap5中。考试
mysqlcpp
- vc++ 连接mysql的例子,包含查询、更新-vc++ to connect mysql examples, including queries, updates
OLEDB
- 自己写的oledb的源程序,很简单的,有兴趣的可以下载下来看一下-Write your own oledb source code, a very simple, anyone interested can download the next look at
MultiCombobox
- 应链数据库编程时,常要通过下拉列表框选取某物料编码,然后在另编辑框显示物料名称 但时实际上很多时候,操作员是通过名称识别物料的,如果组合列表框只显示编码,不好操作的,所以本例通过一种简单方法,实现一个组合框显示两个字段数据,编码和名称,这示例没有通记录集存储数据,而是通过数组,想了好久觉得这种方法简单,又不要增加什么编码,也不用新增CLASS.(这样实现了Access 中VBA组合框的功能类似)-this is CComboBox ctrl uses