搜索资源列表
JAVA数据库操作
- JAVA的数据库操作源代码,试用于初学者-code of java database operation,used for beginners.
基本ado数据库操作
- 在VC环境下,使用ADO对ACCESS数据库进行的基本读写删除,添加操作。-in VC environment, the right to use ADO ACCESS database of basic literacy delete, insert operation.
java数据库操作(增删改查)
- java中基本的增删改查的数据库操作,配置好数据库即可使用-basic additions check the database change operation, the database can be configured to use
数据库操作cpp
- 数据库操作类,封装了BDE数据库操作的所有方法。 编译环境 C++ Builder6 下通过。-database operations, a package of database operation BDE all methods. C compiler environment Builder6 through.
数据库操作
- 这是一个很好的数据库编程!-This is a very good database programming!
数据库操作类
- 这个类,使数据库编程变的更简单-this category, the database programming change simpler
CE数据库
- CE数据库操作代码,用ado-CE database operation code using ado
数据库操作-DAO篇
- 实现的功能是把数据库中的记录显示到列表视图中,可以进行记录添加、删除、修改、查询等操作-the functions of the database records to the list view and can be recorded to add, delete, modify, search operation
数据库操作-ADO篇
- 演示了在VC中操作ADO的一般方法,给出了一个操作ADO的强大的类以及利用该类实现数据库操作的一个实例-demonstrated in VC ADO operation of the general method is a powerful operating ADO class and the use of database operations such an example
java数据库连接操作类
- 这个软件对于初学java数据库编程的人特别有用,可以通过读该代码学习JDBC接口。
经典数据库操作
- 一款经典的数据库编程基础程序,开发平台vb6.0.
Altibase内存数据库操作封装
- 一个实用的针对Altibase内存数据库操作的封装。
CAdoDataBase
- 数据库操作类,完数据库的操作简单易用,详细请看包内的使用说明-Database operations class, complete the database is simple to use, detailed instructions within the package see
DB_RandWtssd1
- 此代码包含一个数据库操作类,应用此类使用BLOB方法向数据库中读写图片,及数据库中图片的显示-database operations BLOB
DBUtil
- 数据库查询操作,包括常用的数据库操作,查询,更新,分页等-db operation
CSharp_conn_db
- csharp连接数据库,包括一些基本的数据库操作。-csharp connect to the database, including some basic database operations.
DB_ADO
- ADO技术链接数据库 封装了完整的ADO数据库操作类-ADO technology to link a complete database package ADO database operations like
ch6sql_Csharp
- C# 编写的数据库操作编程示例程序 开发环境 visual stdio 2008-Database operations written in C# programming example program development environment visual stdio 2008
(VC6.0)Acsess数据库操作
- vc6.0操作access的简单实例。初学者可以看看。。。(A simple instance of VC6.0 operation access. Beginners can see...)
小型minisql数据库系统
- 这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。