-
介绍Oracle PL SQL编程,包括Oracle SQL基础和所有PL/SQL内容
介绍Oracle PL SQL编程,包括Oracle SQL基础和所有PL/SQL内容-Introduction Oracle PL SQL programming, including the basis of Oracle SQL, and all PL/SQL content
- 2022-03-03 17:52:15下载
- 积分:1
-
T06_ThreadGUI
Threads as a practice in oracle plant
- 2016-01-20 16:48:47下载
- 积分:1
-
oracle9i数据库的参考大全,十分有用的参考手册
oracle9i数据库的参考大全,十分有用的参考手册-Reference oracle9i database is very useful reference manual
- 2023-04-07 02:20:04下载
- 积分:1
-
4, the preparation of a process. Requirements: have an input parameter and an ou...
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60),
sex char(4))
insert into tab_student values(‘001’,’zhou’,20,’江苏徐州’,’男’)
上述表已经创建,只需针对此表编写即可。
-4, the preparation of a process. Requirements: have an input parameter and an output parameter, the process which must be custom exception. From the student table (tab_student) to find places to comply with the specified number of values equal to the input parameters, and then will find the names of the students entrusted to output parameters, if there is no eligible trigger abnormal value. Create table tab_student (sno char (8), sname varchar2 (20), age integer, province varchar2 (60), sex char (4)) insert into tab_student values (
- 2022-04-19 01:29:02下载
- 积分:1
-
错误代码
oracle的错误代码-error code
- 2022-06-21 23:25:28下载
- 积分:1
-
oracle db2 odbc
跨数据库平台:
n 支持 oracle 的OCI
n 支持DB2的CLI,
n 支持ODBC(通过ODBC,可支持SQL SERVER,MySQL等)
Ø 跨OS平台:
n 标准C++语言,支持 unix/linux/windows
Ø 使用简单:
n 只有一个头文件
n 接口简洁.otl_stream, otl_connect, otl_exception等就可以完成大部分工作
n 相对 ProC等嵌入式开发,代码能相应减少
Ø 性能:
n 直接访问数据库API接口,具有API接口的高效率,可靠性
Ø 稳定性:
n 开源代码,唯一的代码文件otlv4.h,可以了解所有基于数据库API的实现细节
n 从1996年开始,到今已10余年.
Ø 可读性及可维护性:
n 标准C++代码,不需要任何预处理
n 使用流的形式,输入输出异常简洁
n 减少大量代码,
n 代码结构更加简洁
参考资料:
http://otl.sourceforge.net/
-oracle db2 odbc
- 2022-03-29 22:07:35下载
- 积分:1
-
ado
VC连接Oracle的一个实例,带简单的查询功能,供初学者使用。(VC connecting an instance of Oracle, with a simple query functions, for beginners to use.)
- 2009-11-17 14:27:16下载
- 积分:1
-
读取Oracle数据库的一个源代码,用VB.NEt写的,比较精简。
读取Oracle数据库的一个源代码,用VB.NEt写的,比较精简。-read an Oracle database source code used to write the VB.NEt more streamlined.
- 2022-02-07 19:37:54下载
- 积分:1
-
图书商店系统
图书商店系统,里面有大量的信息 有兴趣的同学可以下载看看 是个很不错的系统 。我花了一个小时才做出来希望大家喜欢
- 2022-12-06 22:25:02下载
- 积分:1
-
OraSelect1
VC++与oracle 10 数据库连接(VC++ connection oracle)
- 2012-11-24 15:09:40下载
- 积分:1