jsp+servlet+jdbc结构的在线访问统计系统
上传时间: 2016-09-22
上传用户:LouieWu
数据库操作 连接odbc的前期操作 或者是对主机的处理工作
上传时间: 2016-09-23
上传用户:王楚楚
在myeclipse下JDBC连接sqlserver2000的的驱动架包,使用直接把里面的.jar 拷贝到classes下的lib里
标签: myeclipse sqlserver JDBC 2000
上传时间: 2016-09-23
上传用户:金宜
本书对JDBC进行了详细的讲解,内容详细,例子也很容易理解,适合作为学习或工具书籍。
标签: JDBC
上传时间: 2013-12-23
上传用户:凌云御清风
JDBC与JNDI的区别 :没有JNDI的做法存在的问题:1、数据库服务器名称MyDBServer 、用户名和口令都可能需要改变,由此引发JDBC URL需要修改;2、数据库可能改用别的产品,如改用DB2或者Oracle,引发JDBC驱动程序包和类名需要修改;3、随着实际使用终端的增加,原配置的连接池参数可能需要调整;4、
标签: JNDI MyDBServer JDBC 数据库服务器
上传时间: 2016-09-30
上传用户:ouyangtongze
在地图控制中添加了ODBC、ADO等方式获取数据库数据等功能
上传时间: 2016-09-30
上传用户:小宝爱考拉
此源码是在linux下连接ODBC的源码,请参考!
上传时间: 2016-09-30
上传用户:cccole0605
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
标签: i.e. management database simple
上传时间: 2016-10-02
上传用户:851197153
用java写的一个使用jdbc访问oracle数据库的接口类,以及一个简单的测试类。有不太了解这块又用到的xdjm可以看下。 谢啦
上传时间: 2014-01-25
上传用户:TRIFCT
jdbc连orancle数据库的代码,直接使用就可以,在本机上调试通过
上传时间: 2013-12-17
上传用户:woshiayin