1.先安裝Tomcat 2.將該程式放在webapp/Root目錄下 3.建立一BookDB.mdb的資料庫 4.建立BookDB的ODBC連結 5.http://localhost/ConODBC.jsp
标签: BookDB localhost Tomcat webapp
上传时间: 2015-09-02
上传用户:ippler8
利用JDBC,JSP技术实现简单的网上书店程序设计,程序具有图书展示(三本书),加入购物车,购物篮展示,移出商品,继续购物,交银台,结账单等功能。
标签: JDBC
上传时间: 2014-10-28
上传用户:aappkkee
Java语言SQL接口 JDBC编程技术 不错的~~值得一看
上传时间: 2013-12-25
上传用户:问题问题
一个小程序的实验 一个小程序的实验 jsp的jdbc
上传时间: 2015-09-14
上传用户:努力努力再努力
使用Oracle JDBC驱动的标准程序,请大家放心使用,共同提高。
上传时间: 2014-01-27
上传用户:330402686
阳光酒店管理系统 今天发个以前刚学JAVA时做的一个作业,希望对初学JAVA的朋友有帮助~ 项目用的MSSQL,里面有数据库,配上就可以用,程序从Login.java运行开始. config.ini文件中可以改JDBC和ODBC两种方式. 好了,就说这些吧~~~: ) (注:这个是刚学JAVA时做的,一直没整理过,所以在代码间有很多不合理的地方,望高手不要见笑) 系统登录密码:123456
上传时间: 2015-09-24
上传用户:lx9076
这是一个利用ODBC进行数据库连接的范例程序,由于是用VC++6.0MFC库进行的编程,所以你需要改动的部分很少。
上传时间: 2015-09-29
上传用户:www240697738
jdbc数据库入门,由浅入深,包括jdbc api数据库编程实例.
上传时间: 2014-01-16
上传用户:清风冷雨
ODBC连接ORACLE数据库的完整源码
上传时间: 2015-10-04
上传用户:evil
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL iterator and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.
标签: recordsets container library ODBC
上传时间: 2015-10-11
上传用户:xlcky