搜索资源列表
ORACLE_OCI
- ORACLE调用接口 最新OCI 函数详解
SQLCode代码和SQL生成向导
- 这是个SQL语句和代码生成向导,当写字段较多的SQL语句时很省事,适用于Delphi、C++Builder。 通过本程序可以方便快速的生成对Oracle单表的Insert、Update、Delete语句和对应的Delphi组件。 如果你想对Oracle表进行Insert、Update、Delete操作,那么只要把通过本向导产生的组件和代码 粘贴在程序里就可以直接运行。 --------------------------------------- 使用者须知:因为Oracle
Oracle--biancheng
- 设有学生表student(学号sno, 姓名sname, 年龄 sage,系别dept)、课程表Course(课程号cno,课程名称cname)和选课表sc(学号sno,课程号cno,成绩grade),用Oracle PL/SQL语言设计一个名为pkg_student程序包,要求: (1)写出程序包头和包体的定义,其中包含函数avgGradePerCourse和存储过程printAvgGradeCourse。 (2)函数avgGradePerCourse计算某门课程的平均成绩,必须用P
OCI.RAR
- OCI是Oracle公司自己提供的函数库,我们只需调用相应的函数实现一个学生通讯录的例子-OCI is Oracle Corporation provides the library example, we simply call the appropriate functions to implement a student contacts
OracleAndOCI.RAR
- 附件包含支持vs2008的oracle occi接口库函数,以及如何调用这些occi接口的英文电子书。-Accessories include support for vs2008 the oracle occi interface library functions, and how to call these occi interfaces in English e-books.
vb_call_Oracle_function_returns_the_data_set_examp
- vb 调用 Oracle 函数返回数据集的例子vb call Oracle function returns the data set example-vb call Oracle function returns the data set examples vb call Oracle function returns the data set example
OCISample_080804_0759
- Oracle官方提供的OCI接口调用范例,有所有接口函数的调用例程。-OCI interface call example
DbHelpOrc
- Oracle数据库内常用的库函数介绍,以便调用数据库时知道如何传参!(oracle database introduction)