资源列表
Excel
- 直接通过ODBC读写Excel表格文件。基于数据库编写源程序。-Directly through ODBC to read and write Excel spreadsheet file. Prepared based on the source database.
Small_Empl
- 给一个小公司,小单位用来保留一些数据在数据库中.简单,但很实用-To a small company, small unit used to keep some data in the database. Simple, but very practical
SQLS
- 这是一个基于数据库编程的vc的技术源码, 说明怎样用vc开发小程序,作用是列出数据库列表,但是功能不是很强大,希望大家相互指教,相互学习!-This is a database-based programming vc-source technology, vc used to illustrate how the development of small programs, database role is to set out the list, but the function is
98657
- 静态链接库,VC++经典编程源码,很好的参考资料。-Static link library, VC++ classic programming source code, a good reference.
file
- 在vb6.0环境下编写的"物资管理信息系统"-vb prepared materials management information system
Log
- 可实现access数据库的登陆,次处实现的是登陆端,即客户端-Database access can be achieved landing, meeting Department visit the client to achieve is that the client
VCToAccess
- VC连接ACCESS的原代码 可对数据库进行添加删除操作,并且代码中有列表等界面编程可供参考-The VC resource code of handling ACCESS database. It can insert, delete in the database, and have some list interface.
yyyyyyyyv2.0
- 如果遇到MD5加密文件,而又不知道的密码的, 请在数据库中换上这组加密的数据吧 469e80d32c0559f8 那么密码就是admin-if they MD5 encryption, and do not know the password. please database with a group of data encryption password then it is 469e80d32c0559f8 ad min
gongjiaochaxun
- 公交查询系统,后台管理可以增加,修改线路资料,前台可以查询指定线路中的位置,删除线路中的站点-Bus Enquiry System Admin can add, modify line information, prospects can check the location of the specified lines, delete the line in the site
BeiJingBusSerchSystem
- 北京公交查询系统,较为简单。可以实现增加线路、修改线路、管理公交站点、查询公交路线等功能。带5个界面,加2个模块!数据库为access。-Beijing public transport query system, is relatively simple. Can achieve additional lines, modify the line, management, public transportation, check bus and other functions.
实验3 设计数据完整性
- (1)定义客户表customer、供应商表supplier、商品信息表goods、订单信息表order、信誉等级表creditgrade和商品类型表goodstype的主键。 (2)定义以上各表的外键约束。 (3)定义惟一约束:customer表的loginname字段;supplier表的loginname字段和suppliername字段;creditgrade表的creditgradename字段;goodstype表的goodstypename字段。 -(1) The def