搜索资源列表
CSqlMakerTest
- 一个vb开发,可以动态生成SQL的\"拼装类\". 例如: sql.strsql=\"select ? from ? \" sql.setFieldEx \"field1\" sql.setFieldEx \"tbl\" debug.print sql.strsql 输出:select field from tbl-a vb development, dynamically generated SQL "assembled category." Fo
中文版SQL Server2000开发与管理应用实例
- 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5 支持的并发用户数和数据库容量 12 1.6 SQL Se
SQL
- SQLserver动态生成.和连接器,有了它就不需要写很多代码来生成连接-Dynamically generated SQL. And connectors, with a lot of it does not need to write code to generate the connection
kaoshi2.0
- 具有数据库,可以动态添加,并且动态生成。可以随时添加,随时写入数据库,并且添加到场景中。-With a database, you can dynamically add, and dynamically generated. Can always add more at any time to write the database, and added to the scene.
CreateMDB
- 基本的动态生成.MDB数据库文件的程序,只有基本功能-The basic dynamically generated. MDB database file, or only the basic functions of
DataConnect
- 06年做的一个数据连接源码。做数据库的朋友都知道,如果动态连接数据是个问题,这个就是如何动态查找LAN网上的SQL SERVER服务器,并自动配置生成INI文件,供主框架软件使用。-In 2006 to do a data connection source. To do the database you will be aware that if the dynamic linking of data is a problem, this is how to dynamically check
stock
- 动态库存,执行存储过程,生成库存数量,如果内容需要增加,只要修改内容里面的字段-Dynamic inventory, execute stored procedures, generate inventory, if the content needs to increase, as long as the modifications inside the field
C#动态脚本生成库
- 采用 Fluent 语法方式动态生成 SQL 语句,可通过不同的 Db Vendor 生成不同的数据库查询脚本