搜索资源列表
BookSale
- 简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可
aboutLogin
- 一个数据库的登陆代码,比较完整,有修改密码的功能.运行方法:解压后找到mdb数据库文件,配置odbc,然后就可正常运行了,列表框里选择用户名,然后输入密码:501314,即可登陆成功.你可以修改密码,此代码可以稍稍修改后重用.-landing a database code, a more comprehensive, password function. Operation : unpacked find mdb database files, configuration odbc and c
SJKMMCZ
- 用VC++直接修改ACCESS数据库密码-VC directly alter the ACCESS database passwords
MoreADO
- This a program that allows the user to learn how to use and alter microsoft databases in their visual basic programs.-This is a program that allows the user to learn how to use and alter microsoft databases in their visual basic programs.
alter
- sql列的操作,修改列,增加列,查询等功能-sql column operation, modify the column to increase the column, the query functions
SQL-statements-Collection
- 下列语句部分是MsSql语句,不可以在access中使用。 SQL分类: DDL—数据定义语言(CREATE,ALTER,DROP,DECLARE) DML—数据操纵语言(SELECT,DELETE,UPDATE,INSERT) DCL—数据控制语言(GRANT,REVOKE,COMMIT,ROLLBACK) -The following statement is MsSql statement can not be used in access. SQ