-
通过配置数据库连接并选择数据库表,数据库表…
通过配置数据库连接并选择数据库表,可自动生成数据库表的实体类,并且实体类中包含记录集合,可在类中对各记录集合进行修改后一次性提交保存,支持事务.-By configuring the database connection and select database tables, database tables can be automatically generated entity class and entity class collection contains records, you can type in the collection of the records submitted by the modified one-time preservation, support for Services.
- 2022-02-02 06:58:24下载
- 积分:1
-
ActiveX Data Objects Programming in C++
Description: ActiveX Data Objects Prog...
ActiveX Data Objects Programming in C++
Description: ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of my articles are in .html files included in the zip file, together with the sample code
- 2022-09-27 15:05:03下载
- 积分:1
-
在VB6.0下使用ADO空间进行SQL数据库开发的源码示例!
在VB6.0下使用ADO空间进行SQL数据库开发的源码示例!-The use of ADO in VB6.0 space of the source SQL database development sample!
- 2023-02-24 21:35:04下载
- 积分:1
-
c# Database Programming classic example of very good, using SQL 2005, which like...
c#数据库编程经典实例,非常不错,采用SQL 2005,里面的数据库连接之类的类可以拿来用-c# Database Programming classic example of very good, using SQL 2005, which like the database connection class can be used with
- 2023-07-08 13:40:04下载
- 积分:1
-
puwerbuilder test example
puwerbuilder test example
- 2022-03-25 08:55:32下载
- 积分:1
-
本网站是一个库存管理系统,里面设计到很多常用而选进的技术,质量绝对过关。。废话不多说了,赶快下载吧...
本网站是一个库存管理系统,里面设计到很多常用而选进的技术,质量绝对过关。。废话不多说了,赶快下载吧-This site is an inventory management system, which design to many commonly used and elected to the technology, quality absolute clearance. . Nothing to add to that nonsense, as soon as possible to download it
- 2022-01-24 13:08:37下载
- 积分:1
-
pb作的库存系统,有基本的功能包括人员信息,库存信息,客商信息的管理等,简单实用,适合学习者使用。...
pb作的库存系统,有基本的功能包括人员信息,库存信息,客商信息的管理等,简单实用,适合学习者使用。-pb for the inventory system, a basic functions including personnel information, inventory information, merchants such as information management, simple and practical, suitable for learners use.
- 2022-10-02 04:50:03下载
- 积分:1
-
一个vb开发,可以动态生成SQL的"拼装类".
例如:
sql.strsql="select ? from ? "
sql.setFieldEx...
一个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." For example : sql.strsql = "select from" sql.setFieldEx "fi eld1 "sql.setFieldEx" tbl "debug.print sql.s trsql output : select field from tbl
- 2022-09-29 14:55:03下载
- 积分:1
-
code for the operation of the database is sql server database
该代码是对数据库操作的数据库是sql server-code for the operation of the database is sql server database
- 2022-02-06 08:50:10下载
- 积分:1
-
SQLite是一个小型的、快速的、可嵌入的数据库。是什么使它受欢迎的组合…
SQLite is a small, fast, embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MySQL and PostgreSQL, however it is faster than both databases.
- 2023-05-15 04:05:03下载
- 积分:1