搜索资源列表
ado
- 通过ADO连接c++与sql数据库,常用方法。条理顺序都写的一清二楚。-ADO connection through c++ with sql database, commonly used methods. Coherent sequence are clearly written.
Sql
- 主要介绍了数据库存储过程,以及各种连接数据库的相关命令。-It mainly talk about database progress and command of connecting database
tongxunlu
- java实现的同学通讯录,连接数据库,需要有菜单操作,连接ACCESS数据库存储数据-java students to achieve contacts, connect to the database, the need for menu operation, connect ACCESS database to store data
javacode
- 多种Java的代码 有连接数据库的代码-many Java code
V-S
- 很详细的Virtools连接SQL数据库使用说明,需要说明的是VIRTOOLS版本需要是V3.0-Virtools is very detailed instructions to connect SQL database, a descr iption of the needs VIRTOOLS version V3.0
the-optimization-of-leftjoin
- 数据库连接查询leftjoin的优化使用,以及和子查询的对比,在不同的数量级上分别阐述用什么方式比较合适-Database connection the query optimization use leftjoin, and subqueries contrast, expounded in what way is more appropriate in a different order of magnitude
ASP-connect-database
- 用ASP连接读写ACCESS数据库实例用-ASP connection to read and write the ACCESS database instance with
web
- web实验报告.应用Javabean完成一个计算器的制作.利用连接池实现一个数据库的访问连接-web experiment report. applications Javabean completed production of a calculator. implement a database connection pool access connection
zhuce0.1
- C#获取Access数据库所有表,代码如下: OleDbConnection conn = new OleDbConnection(connectionAccessString) // connectionAccessString是连接字符串 conn.Open() DataTable dt = conn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, new object[] { null, null, null, "TABLE
MyEclipse_MySQL
- MyEclipse与MySQL数据库的连接方法-MyEclipse with the MySQL database connection method
vc--cs
- 关于vc++6.0中 通过ADO连接数据库的问题-About vc++6.0 database through ADO connection problems
PHP基础教程
- 挺好的一个入门指导,有空可以学学。PHP语言在建设网站,运用数据库连接方面还是有很多作用,入门这篇文档可以帮助你很好理解。
Vc--ODBC-
- VC++和ODBC数据库编程,用于初学者学习如何通过ODBC数据源将VC++与数据库连接起来。-VC++ and ODBC programming, for beginners to learn how to through the ODBC data source to connect VC++ .
j2e学习资料(真的很全)
- j2e的学习资料,包括servlet的介绍,dao的介绍,连接数据库的方法,一般项目中常用的标签等