搜索资源列表
Csharp数据库编程从入门到精通学习资料
- c# 数据库编程从入门到精通,非常好的一个学习资料,如过你从事数据库房卖难的工作,非常建议您学习一下。-Database Programming from entry to the proficient, a very good learning materials, such as database into your room engaged in the work of slower sales, very recommend that you learn from this.
一个完整的餐饮管理程序
- 一个完整的餐饮管理程序 这是个一个完整的餐饮管理程序的源代码,是我学习VC++的入门。 这个程序,是基于对话框,包括了一些基本控件(tree、listctrl、page等)的使用,数据库应用,打印的程序。很适合初学者。 初始用户和密码:Admin,1234。 另外,在“前台销售”窗口的ListCtrl中,有个Button,要在第一个空白行的“名称”列的最右边点击才会显示出来。-a complete catering management procedures it is a co
5ivb_219579
- 同学录 第一版: 采用了动态建索引,actionlist管理等技术,对数据库编程初学者起个入门引导作用,也是一个功能不错的电子通讯录。 第二版: 去掉了动态建索引,增加了分组功能,增加了照片输入功能。为了演示控件作用,打开图片没有使用openpicturedlg,(注意,只支持bmp图片)。 如果有人对软件的功能进行增加、完善,请给我也发一份,大家共同进步。 注:只有源代码,d6+98运行通过。 -inspir
Ex_ODBC
- VC++ 数据库编程实验。 无需修改,直接编译即可通过。 数据库入门程序。
ADOdatabase
- 1、本系统在 Windows 2000 Server/Windows xp professinal sp2 VS.NET2003 SQLServer2000 环境下调试通过 2、这是一个数据库入门的不错的例子程序,希望能对初学者有帮助
数据库管理应用
- 数据库管理应用,为你提供很好的编程入门,初级程序员-database management applications that provide you with good programming entry, junior programmers
数据库处理应用
- 数据库处理应用,为你提供数据库入门知识,初学者-database processing applications to provide you with the knowledge database entry, beginners
使用ADO访问数据库
- 本源代码展示了ado的方式控制access数据库的基本操作,是ado入门级的很好的学习资料-source code display of the ado control access to the basic operation of the database, is the entry-level ado good learning materials
数据库简单编程实例
- 这是一个对入门者很不错的数据库实例
VCDateBase
- VC++数据库编程实例与讲解,是利用VC++进行数据库编程的入门指导实例-VC++ database programming examples and explanations, is to use VC++ Getting Started guide for database programming examples of
VisualC6.0
- VC数据库编程的好书,比较详细的介绍了VC数据库以及ODBCB编程,OLE DB编程以及一些特殊数据库编程(如WEB,非关系数据库,OLAP,ADO,DAO),入门级的宝典-failed to translate
gr
- ppt,大学教学所用,学习数据库,数据库入门到精英-ppt, used in university teaching, learning database, the database entry to the elite
vcPADOP-access
- vc+ADO访问access数据库入门。很简单的一个小程序,可以帮助大家了解数据库的基本操作-vc+ ADO access to access the database entry
21tianSql
- 给数据库入门者的指导,适合自学,快速学会SQLserver-Beginners guide to the database for self-study, learn quickly SQLserver
ADO
- ADO数据库入门,用于对数据库的操作,读取、插入、删除等-ADO database entry for the operation of the database, read, insert, delete, etc.
jiaocheng
- 这是一本数据库入门教程,初学者的好材料。前一阵学习数据库时看的,和大家分享一下-This is a database Tutorial, a good material for beginners. Database before the burst of learning to see, and share with you
sql
- 数据库入门与应用,与网站开发相结合,适合初学者和提高者-A book for who wants to study sql
Address-Classical-examples
- a.本程序在Windows 2000 上调试通过。 b.在使用时先用ODBC注册数据源,数据源名:addresslist(名称不可以写错) c.第一次运行时,密码为空。进入系统后可以修改密码。 d.很适合数据库入门,用ODBC注册数据源要到控制面板数据源管理器,具体百度一下就知道了。-a. this program on Windows 2000 through debugging. b When using first registered with ODBC data sourc
基于c语言迷你数据库
- 基于c语言迷你数据库,可以了解底层的数据库原理 非常时候入门数据库,可以直接编译通过
vb 数据库入门
- 1.建立access数据库 2.建立data控件绑定数据库,并使用datagrid显示数据库内容