搜索资源列表
adoclass
- 一个我改装过的VC的ADO类,直接导出ADO原形,可以用来连接SQL server,Oracle等各种数据库,连接处理速度很快。而且经我封装后基本很象Delphi的TADO...VCL对象了:) - I have reequipped the VC ADO kind, directly derives the ADO primary form, may use for to connect SQL server, Oracle and so on each kind of database,
ADOExProc
- 本人在vc中用ADO开发MS SQL Server时,查了很多资料,目前讲ADO执行带返回参数存储过程的例子很少,花了不少时间。所以希望一个简单的例子对大家有所帮助.-I vc used in the development of ADO MS SQL Server, and examine a lot of information, stresses ADO with the implementation of the return process parameter storage rare
一个完整的餐饮管理程序
- 一个完整的餐饮管理程序 这是个一个完整的餐饮管理程序的源代码,是我学习VC++的入门。 这个程序,是基于对话框,包括了一些基本控件(tree、listctrl、page等)的使用,数据库应用,打印的程序。很适合初学者。 初始用户和密码:Admin,1234。 另外,在“前台销售”窗口的ListCtrl中,有个Button,要在第一个空白行的“名称”列的最右边点击才会显示出来。-a complete catering management procedures it is a co
ADOSample1
- 本程序用VC实现ADO编程的实例,希望对学习数据库的新手有所帮助。-this program with VC ADO programming examples, and I hope to learn from the database newbie help.
selfclassmysql
- 实现了几个类来完成VC++下操作mysql数据库 自认为封装的还不错,用起来很方便,其中我使用的DBMS是mysql5.0。在控制台下开发完成-achieve several categories to complete the operation VC mysql database since that package was pretty good, very convenient for them to use, I use the DBMS is mysql5.0. The cons
wuyueguanlixitong
- 这是一个用VC++编写的小型物业管现系统.包源码和设计报告.是本人首次学VC++编写的.数据库类系统.-This is a VC prepared by the small property management system now. Packet source and design report. I was the first school VC prepared. Database type of system.
cangku1
- 仓库管理系统VC源码 在运行程序之前,请将所附的数据库文件dms.mdb添加为数据源,并命名为DMS。-Warehouse Management System in VC-source operating procedures, I would be grateful if the attached document dms.mdb database to add data sources, and was named to the DMS.
smstoaspdd
- 一个ASP使用的组件样本,我学VC的第一个作品,利用VC执行一条SQL,注册DLL就可以在ASP中用。非常简单。-an ASP components of the samples used, I studied the first VC, the use of a SQL implementation of VC, registered DLL can be used in the ASP. Very simple.
VC_ODBC
- 本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我选用ODBC来进行数据库程序的开发。-this program is to design a directory, it will have a simple database functions, such as the insertion, deletion, modification and other
Attendance_MIB.rar
- 考勤管理系统,VC++与Access数据库结合的编程,希望对大家有所帮助,Attendance management system, VC++ and Access database integration programming, I hope all of you to help
打印控件PrintCtrl.dll的VC源码
- 打印控件PrintCtrl.dll的VC源码。放在PB栏的目的是PB的自定义纸张比较麻烦,还是用微软的API比较方便,而且不会有什么问题。原来一直用PrintCtrl.dll作打印控制,就是找不到源码。现在分享给大家。 -Print control PrintCtrl.dll the VC source. The purpose of the column on the PB PB custom paper is too much trouble, or more convenient to u
VC做的电子表格平台
- 1 这是我用VC做的电子表格平台,可实现对窗口表格视图和其背景数据库的若干基本操作。 (a动态创建新表, b在表中添加、删除行、列, c打开、保存、另存表格, d制作了一个属性对话框来修改表格的基本属性,如行数、列数、标题等) 用户可通过视图上操作改变背景数据库 2 数据库操作采用ADO, 背景数据库采用Access 视图采用单文档界面和CGridCtrl控件-1 This is what I do with VC sprea
GetFieldName
- VC++编程获取Access数据库记录集的字段名称,写一个数据库处理小时候顺便研究出来的,不知对大家有没有用,早几年写的,发出来共享。 -VC++ programming for Access database records the name of the field, write a database of handling a child out of the way, I do not know all of us have no use, written a few years a
VCDATABASE
- 一本非常好的VC++6.0 数据库编程方面的书!讲解了关于ODBC,OLEDB,ADO等相关的数据库编程接口,希望能够帮助大家!-A very good database programming VC++6.0 book! Explained on the ODBC, OLEDB, ADO and other database-related programming interface, I hope to help you!
VCxiaocidian2.0
- vc 的一个小工具,也是有点帮助的,我是刚开始接触编程,资源不是太多,希望大家体谅-vc a small tool, but also a bit of help, I just started programming contacts, resources, not too much I hope you understand
database
- 这是本人做数据库课程设计时的仓促之作,自我感觉实际应用价值并不大,但可以给学VC和数据库编程的朋友做个范例。在做之前也 参看了不少同类型的管理系统,收获不小,现将这个学生管理系统贴出来,希望能对有需要的朋友有所帮助-This is a course I do the database design for the rush, the practical application of self-value, but can learn and VC friends to be a dat
CppSQLite_1_4_demo_and_src
- 这个程序用来操作SQLite3的数据库,经过本人使用,感觉非常方便。对于经常需要使用VC,C++等语言开发又需要保存数据的朋友非常有用。-This procedure is used to operate SQLite3 databases through the use of I feel very convenient. For the frequent need to use the VC, C++ and other language development also need to s
ADOSQLsever2005
- VC++ MFC开发的ADO连接SQLsever2005原创源码,简单易懂。容易移植使用,希望大家喜欢-VC++ MFC Development ADO connection SQLsever2005 original source, easy to understand. Easy to transplant to use, I hope you like
Setup10415356
- VC++调用BBS论坛的一个高级开发代码,编译测试了一下,可以正常编译及运行,运行后连接一个远程的BBS服务器,并可以获取内容,大家可以看截图,好像调用的是浙江大家海纳百川BBS服务器的内容,其实它是一个bbs客户端程序,能够根据bbs的协议原则,对每个字节进行分析,同时也能够同时显示中文和英文,程序有一个缺点就是速度有时候比较慢,希望朋友们改进。 -VC++ calling BBS forum for a high-level development of the code, compil
VC-Excel-class
- Excel操作 能够完成表格的读写操作,是本人在海量的资料中整理出来的精华之作。 其中包含excel.cpp和excel.h源文件哦-Excel operations of read and write operations to complete the form, for I sorted out the essence of the vast amounts of data. Contains documents excel.cpp and excel.h source oh