搜索资源列表
ooci
- 封装oci的java实现类调用实例 可以用于jsp开发中。-Packaging oci java achieve the category called examples can be used jsp development.
CRM
- 客户关系管理系统,Jsp,用Jbuilder编写。本实例支持Oracle 9i数据库(同时也支持MySQL、SQL Server数据库)。-Customer relationship management system, Jsp, prepared with Jbuilder. Examples of support for the Oracle 9i database (as well as support for MySQL, SQL Server database).
JDBC
- java程序与oracle数据库的连接实例,以及对数据的显示,增加,删除以及修改。-java program to connect with the oracle database instance, as well as data display, add, delete and modify.
BoneCP
- 这是java通过JDBC使用数据池连接数据库的小实例源码,有oracle和mysql两个实例-This is a java through JDBC data pool to connect to the database instance of the source code, oracle and mysql two instances
oracle
- Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,