搜索资源列表
OCI+Oracle
- 这个是用OCI接口在VC平台上对Oracle 数据库的操作.包括对数据库的连接,数据表的提取,查询,删除,修改等基本功能.这个代码已经编译实现.-this is the VC OCI interface platform for Oracle database operation. Included in the database connectivity, data from the table, query, deletion, modification and other basic fu
OCIAdapter
- 封装了基于OCI的oracle数据库接口,可以在windows和linux上编译。
TestMutiRead
- 使用OCI类的API函数,动态绑定,批量从数据库中读取数据,C++Builder6.0编译测试能过。
SQLCode代码和SQL生成向导
- 这是个SQL语句和代码生成向导,当写字段较多的SQL语句时很省事,适用于Delphi、C++Builder。 通过本程序可以方便快速的生成对Oracle单表的Insert、Update、Delete语句和对应的Delphi组件。 如果你想对Oracle表进行Insert、Update、Delete操作,那么只要把通过本向导产生的组件和代码 粘贴在程序里就可以直接运行。 --------------------------------------- 使用者须知:因为Oracle
proC
- 本程序是用proC编写的程序,用于查询Oracle数据库中的EMP表,其中proC1.pc是proC文件,proC1.c是编译成功的.c文件,说明是本程序的说明文档。-This procedure is used to prepare the procedure proc for Oracle database query EMP table, which is proc proC1.pc document, proC1.c is compiled success. C document des
otl4_examples
- 一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebir
OperateBlob
- 对Oracle数据库中BLOB字段非常完整的描述,可以上传单个/多个blob文件,下载、删除和更新BLOB字段的内容,均经本人编译通过-On the Oracle database BLOB field in a very complete descr iption, you can upload single/multiple blob files, download, delete and update the contents of BLOB fields are compiled by
Oracle121223
- 储过程(Stored Procedure)是一组为了完成特定功能的SQL语句集,经编译后存储在数据库中。用户通过指定存储过程的名字并给出参数(如果该存储过程带有参数)来执行它。存储过程是数据库中的一个重要对象,-Stored procedures (Stored Procedure) is a set of specific functions in order to complete set of SQL statements, the compiled stored in the datab
OracleProc
- 此文档详细介绍oracle proc 数据库编程在unix/liunx下的应用与编译-This document details the application and compile the oracle proc database programming in the unix/liunx
proc-source-code1
- 将oracle数据库中的五个function改写为一个类的五个方法,包含在proc的pc文件和头文件中,经过proc编译后pc文件可以得到一个cpp文件。-Five function rewritten in the oracle database for a class of five methods, including the pc and header files in the proc after proc compiled the pc file can get a cpp file
java_File_Compile_oracleSql
- JAVA文件: 1.操作类FileOperator:有创建,查找,删除文件的功能,也支持动态的把TXT文件编译成CLASS文件,并加载使用。 2.sql_Manipulator类: 支持一般的数据库操作。 3.ClassMapToTable类 支持把JAVA类映射成数据库中的数据表形式的操作。-The class of this FileOperator: Be able to create, search and delete files. Also, it i
OTL
- OTL 是 Oracle,Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,在MS Windows and Unix 平台下,OTL目前支持的数据库版本主要有:Oracle 7 (直接使用 OCI7),Oracle 8 (直接使用 OCI8),Oracle 8i (直接使用OCI8i),Oracle 9i (直接使用OCI9i),Oracle 10g (直接使用OCI10g),DB2 (直
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. 在存储过程中,