搜索资源列表
导出数据库结构到html
- 导出Access、Sql Server数据库表到Html vb源吗,调试通过-derived Access, SQL Server database tables to Html vb source yet, through debugging
CenturyDateTables
- 在20世纪每年每月创建表结构和插入数据的SQL的DLL(3KB) -year of the 20th century to create a monthly insert the table structure and SQL data DLL (3KB)
TableToTable
- 本程序用来实现从一个数据库中转到另一个数据库中,表结构不同也可以转。-the procedures used to achieve from a database to another database, table structure can be different turn.
SimpleDatabase
- 1、实现了一个简单的数据库 2、采用HASH表建立索引 3、可以从database.dat中读取表结构,生成数据库, 4、[FORM]开始的段创建表和读入缺省值 5、[DATA]保存数据库数据 6、支持多索引 7、具体使用可以看示例-achieve a simple two databases using hash table index 3, which can be read from database.dat table structures, database g
autorecover
- 可以恢复数据库表空间,表结构,以及备份出的数据-can resume database table space, table structures, and the backup data
TableReader
- VC++6.0环境下实现对Access表结构的分析。运行该程序时,把表“Classes.mdb”放在C盘根目录即可。或是修改程序中的数据库路径。-VC 6.0 environment under the Access table structure analysis. Run this program on, "Classes.mdb" on the directory C can be deep-rooted. Or amend the database path.
ORACLETblStruct
- 导出oracle表空间的所有表结构,不需要安装oracle客户端。
ADORsWizard
- 一个ADO向导,方便用VC开发数据库系统时将数据表结构导出成C++源代码。相当有用!
cod
- 1、安装MS SQL Server2000 2、安装PowerBuilder8.0 3、根据《恢复数据库》文档恢复数据库clgl 数据库备份文件\\code\\database\\clgl 数据库表结构文件\\code\\database\\clgl.sql 4、拷贝code下的所有文件到你的硬盘,并将其所有文件取消只读属性 5、打开user.ini,修改文件Database>>ServerName的值 为安装MS SQL Server2000的计算
创建sybase数据库
- 这个程序时还没有powerdesigner,erwin的时候出现的,到现在也实用,需要fmt的一个格式文件来描述表结构,执行完毕形成xxx.sql语句,然后isql -Usa -P -Sservname -ixxx.sql即可-this procedure was no powerdesigner, erwin the time and it has practical need fmt format of a table to describe the structure, finished
DBInfo_src
- Explore the structure of tables (and views)创建察看数据库表结构 -Explore the structure of tables (and views) to create the database table structure to see
VCAccess
- VC++版Access数据库表结构浏览查询工具,可以自动读取表结构、字段名称以及表内数据,列出字段类型等,并不能对其进行修改、增、删字段等管理功能,帮VC入门编程者快速了解VC++操作Access的基本原理和调用方法,或许这对您以后从事VC编程有所帮助。-VC++ version of Access database table structure query tool browser, can automatically read the table structure, field name
SQL-Tables
- (转载)Use this utility to write your database table structure to a word file. You can select tables, or write all tables. In the word file you will be able to see complete details of the table(FieldName,Datatype,size,AllowNulls) with databse name and s
comlink_client
- 数据库读写,串口发送。修改源码中的表结构即可实现ODBC数据库读取发送-Database read and write, serial send. Modify source code in the table structure can be realized ODBC database to read sent
SQLframe
- 读取SQL数据库的表结构。一目了然的查看你输入的数据库中的表的各内容,如有什么字段,大小,类型等等信息-Read SQL database table structure. See at a glance you have entered in the database table of the elements, if any field, size, type, etc. information
LXF_CX3
- vb 取SQL的表结构并打印出来,可以查看数据库,及表结构。-vb access SQL table structure and print them out, you can view the database and table structure.
OutputProc
- 从sql server中剥离存储过程和表结构,用C#开发-Stripped from the sql server stored procedure and table structure, with C# development
vb_accesstool
- 一个简易的VB版ACCESS数据库管理工具,功能上类似于SQLSERVER的企业管理器一样,你看一下上边的截图就知道了,它可以修改ACCESS的表结构、字段、添加、删除数据,还可以执行查询语句等。想研究VB操作access的朋友,这个可是个好资料-VB version of a simple ACCESS database management tools, functions similar to SQLSERVER the Enterprise Manager, you look at th
oracle_to_word
- 将oracle数据库中指定的用户的表结构导出为word文档(Export the table structure of the user specified in the Oracle database to an word document)