-
读取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
-
oracle培训ppt,介绍比较全面,是oracle初级学习者好帮手
oracle培训ppt,介绍比较全面,是oracle初级学习者好帮手-oracle training ppt, a more comprehensive introduction is a good helper oracle primary learners
- 2022-08-10 00:53:23下载
- 积分:1
-
甲骨文公司
Oracle-by-tom,tom 大师,值得学习。-Oracle-by-tom
- 2022-08-08 10:39:01下载
- 积分:1
-
用VB实现连接oracle817数据月报数输入并统计
用VB实现连接oracle817数据月报数输入并统计-connect with VB oracle817 Monthly data input and few statistics
- 2022-07-10 21:11:56下载
- 积分:1
-
really hollered, but also explained that some of the COBOL
真受不了,还要解释,就是一些cobol的东东啦,看看就会晓得了嘛-really hollered, but also explained that some of the COBOL-- Wanton, will look at the know! !
- 2023-05-03 13:30:04下载
- 积分:1
-
JSP页面和oracle9i数据库的源代码
JSP页面和oracle9i数据库的源代码-JSP pages and Oracle9i database source code
- 2022-07-28 00:58:42下载
- 积分:1
-
PLSQL基础教程-必看
说明: 详细的ORACLE数据库语句说明,有每一个语句的实例引用(Detailed ORACLE database statements, with instance references for each statement)
- 2019-04-09 19:55:33下载
- 积分:1
-
常见的矩阵运算,包括转置,QR
Common Martix Operation ,include transpose, qr-factorization, trangular martix
- 2023-01-29 09:35:03下载
- 积分:1
-
ecology6login
泛微6.0单点登录包:通过ecology系统的自定义菜单功能和集成登录接口,可以比较方便的实现登录ecology系统后直接到达其他业务系统的功能,省去了繁琐的登录过程(weaver 6.0 single sign package)
- 2013-02-05 16:21:45下载
- 积分: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