搜索资源列表
Database_Explorer.zip
- (转载)This application allows you to open Access databases, view their tables and fields and run queries in its own SQL window. It is a good demonstration of ADO and ADOX for beginners. The application works with both Access 97 and Access 2000 database
adoDemo动态建库
- 用VC编写的程序。具体为用adox动态建Access数据库,再用SQL语句通过ado建表、字段。代码简单,实用。-VC preparation procedures. Specific to use ADOX Dynamic Access database built, reusable SQL table built by ado, the field. Code simple and practical.
@ADO中文幇助
- Microsoft ADO 程序员参考,Microsoft ADOX 程序员参考,Microsoft ADO MD 程序员参考-Microsoft ADO programmers reference, Microsoft ADOX programmer's reference, Microsoft programmers reference ADO MD
ADOX-CreateDatabase
- ADOX创建ACCESS数据库,只需要创建一个Catalog对象,然后调用它的Create方法,初学者必备例程。-ADOX to create ACCESS database, only need to create a Catalog object, and then call its Create method, an essential routine for beginners.
ADOXCreateDatabase
- 利用ADOX创建access数据库。一个很好理解的实用例程-Use ADOX to create access database.
ADOX
- 利用Windows自带的ADOX组件实现Delphi 程序自动创建、控制带密码的Access数据库及表、查询。-using Windows built-in Delphi components implementation procedures automatically create, control of the Access database with a password and form, query.
Database_Explorer
- (转载)This application allows you to open Access databases, view their tables and fields and run queries in its own SQL window. It is a good demonstration of ADO and ADOX for beginners. The application works with both Access 97 and Access 2000 database
ADO_help
- ADO Extensions for DDL and Security (ADOX) 程序员参考ADO 程序员参考 -ADO Extensions for DDL and Security (ADOX) programmer
DBDeployment
- 数据库部署程序,用向导模式封装,在vs环境下开发。-a database deployment wizard
USB_Real_T2015518242006
- Use ADOX creat database , WM_DEVICECHANGE detect device change and compare which disk is new and use watcher to find which file and folder change. QueryCancelAutoPlay can be select by individual USB. Some font show in chinese because i write in chine
ADBDMod
- ado连接源代码~包括ado和adox的所有基本使用-~ ado to connect the source code including the ado and the use of all the basic adox
adoscchm
- ADO 程序员参考 ADOX 程序员参考 ADO MD 程序员参考-ActiveX Data Objects Extensions for Data Definition Language and Security
VCADOACCESSDB
- 过实例演示如何在VC++中使用ADO进行ACCESS数据库编程,并对涉及到的几个概念进行详细解释。本文不对ADO和ACCESS的基本概念进行详细解释,主要包括以下内容: 第一部分 ADO和ADOX到底是什么,二者的作用和区别建立数据库 第二部分 ADOX创建ACCESS数据库 第三部分 ADO创建ACCESS数据库的表 第四部分 使用_ConnectionPtr接口开发ACCESS数据库 第五部分 使用_RecordsetPtr接口开发ACCESS数据库 -Have ex
ADOXCreateDatabase
- 通过实例演示如何在VC++中使用ADO进行ACCESS数据库编程,并对涉及到的几个概念进行详细解释。本文不对ADO和ACCESS的基本概念进行详细解释,主要包括以下内容: 第二部分 ADOX创建ACCESS数据库 -Demonstrate by example how to use VC++ to ACCESS Database Programming ADO, and involved a detailed explanation of several concepts. In thi
CREATE-DB_AND_TABLE
- ADO创建ACCESS数据库的表,一般用ADOX创建数据库,然后再用ADO创建数据库的表。初学者必备例程。-ADO to create ACCESS database table, the general use ADOX to create the database, and then use ADO to create a database table. Essential routine for beginners.
[Ado]
- ADO微软官方文档,内含三大部分: 1、Microsoft ADO 程序员参考; 2、Microsoft ADO Extensions for DDL and Security (ADOX) 程序员参考; 3、Microsoft ADO MD 程序员参考-ADO Microsoft' s official documentation, contains three parts: 1, Microsoft ADO Programmer' s Reference 2, Mi
Microsoft_ADO_Programer_Refer
- Visual C++中ADO程序员的参考指南文件,包括ADO入门和高级进阶部分,另外还有ADOX等相关内容-ADO in Visual C++ programmer' s reference guide documents, including entry-level and high-level advanced part of the ADO, in addition to other related content such as ADOX, ADO MD .
ADOX
- ADOX with SQL SERVER
ADOX
- 动态通过adox创建mdb数据库模块的源代码;动态通过adox创建mdb数据表;查询mdb数据库内表名称;查询mdb表内字段名称;更改表名;更改字段名。-Source code through dynamic adox create mdb database module dynamic by adox create mdb data table queries mdb database table name name of the field in the query mdb table
Using-ADOX--
- 使用VB中的ADOX动态创建Access数据库文件并且建表、改名称等实现。-Using ADOX to realize creating of Access files.