-
VC与ORACLE数据提取编程,你可以在VC环境下操作ORACLE游刃有余!...
VC与ORACLE数据提取编程,你可以在VC环境下操作ORACLE游刃有余!-VC and ORACLE data extraction program, you can operate under VC ORACLE toiled!
- 2023-03-15 01:10:03下载
- 积分:1
-
连接甲骨文的源代码
vc connect oracle source code
- 2022-08-14 13:01:34下载
- 积分:1
-
9iSQL新特性试验,主要是Oracle9i所包含的一些增强的新功能
9iSQL新特性试验,主要是Oracle9i所包含的一些增强的新功能-9iSQL new properties, mainly Oracle9i included some new features to enhance the
- 2022-03-11 15:01:20下载
- 积分:1
-
房屋租赁系统,可以实现租房退房等功能
房屋租赁系统,包括用户端,GUI与数据库三部分,可以实现不同用户登录,客户租房退房,房主购房,出租房,管理员整理等简单功能
- 2022-11-17 10:55:04下载
- 积分:1
-
c# written oracle import excel source.
c#写的excel导入oracle源码。-c# written oracle import excel source.
- 2023-03-02 10:25:03下载
- 积分:1
-
make oracle proc, testing for a
make oracle proc, testing for a-make oracle proc, testing for all
- 2022-09-22 19:30:02下载
- 积分:1
-
下面实例在C#中连接Oracle数据库(Name),从表(TableName)中读取数据,并写入Excel。...
下面实例在C#中连接Oracle数据库(Name),从表(TableName)中读取数据,并写入Excel。-following examples in C# Oracle database connectivity (Name), (TableName) to access data, and write Excel.
- 2023-06-07 07:05:03下载
- 积分:1
-
一个oracle查询文件jsp,只需输入sql语句,列名及数据库内容都显示在界面上,注意:oracle驱动需要自己安装!...
一个oracle查询文件jsp,只需输入sql语句,列名及数据库内容都显示在界面上,注意:oracle驱动需要自己安装!-an oracle Inquiry jsp, to just sql statement, the names and contents of the database are displayed in the interface, attention : oracle needs its own driver installation!
- 2023-06-01 09:45:02下载
- 积分:1
-
2、 编写一个过程模拟到读书室刷卡借书。要求有一个IN参数和一个OUT参数。IN参数用于接受传递过来的借书证条码,然后在表中检索有无读者,如有则将该读者的名称赋...
2、 编写一个过程模拟到读书室刷卡借书。要求有一个IN参数和一个OUT参数。IN参数用于接受传递过来的借书证条码,然后在表中检索有无读者,如有则将该读者的名称赋给OUT参数。如没有则提示“没有找到该读者信息”。
- 2022-04-17 22:04:37下载
- 积分: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