搜索资源列表
sqlite3
- 可用于C语言连接sql server 数据库,内置大量调用函数, 编译时候选择多文件编程,把sqlite3.c 连接进去 就OK了-C language can be used to connect sql server , built a large number of the calling function, multiple files compile time programming, the connection went on OK sqlite3.c
图书管理系统
- 首先保证计算机上已经成功安装SQL Server 2005。 2、将数据库文件附加到数据库中。 3、如果当前计算机装有多个SQL Server 2005实例,请在BookManageSystem目录下打开app.config程序文件,将程序数据库连接字符串localhost改为localhost\你的数据库实例名。如果仅有一个实例,就不用修改了。 4、编译运行即可。