搜索资源列表
VB)oracle插入大于4000个字符
- 该源码给出了一个插入大数据量(超过4000条记录)的示范例子。一般而言,超过了4000条,用一般方法是没有办法的,必须特殊处理。-the source is inserted into a large volume of data (more than 4,000 records) model example. Generally, more than 4,000, with the general approach is not the way to be treated specially.
PACK_CCDATA_REPORT04
- 此代码为利用PL/SQL开发数据库存储过程的典型示例,此为第4部分,希望大家可以通过该代码清楚如何利用SQL语句实现复杂的业务逻辑。-this code for the use of PL / SQL stored procedures development of the database of typical examples of this Part 4 We can hope that the adoption of the code clearly how to use SQL to
SQLDA_oracle
- 动态SQL的第4种方法通过SQLDA(The SQL Descr iptor Area)和oracle内部交换数据,可以执行直到程序运行时还不知道选择表项或虚拟输入宿主变量的个数和类型的SQL语句。-the first four methods through SQLDA (The SQL Descr iptor A rea) and the exchange of data within the oracle, can be implemented until the procedures d
exp0326C
- 本程序是将ORACLE数据库中的表导出成为XML文件的程序。 1. 运行本程序前必须确保机器上已安装JDK 1.4.x 2. 编辑cfg.ini中的参数 3. 运行startup.bat -this program is to the Oracle database table as an XML file is derived procedures. 1. Run this program before must ensure that the machine has been
1
- 4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。 Create table tab_student (sno char(8), sname varchar2(20), age integer, province varchar2(60), sex char(4)) insert into tab_s
Oracle_PLSQL_Programming
- OReilly Oracle PL SQL Programming第4版源代码,OReilly的这本书很厚,有很详细的pl/sql说明
oracle9i(ppt)
- ORACLE9I内部高级培训材料,PPT格式,包括5部分:1、构架及分布式,2、性能调整,3、备份与恢复,4、DBA常用技能,5、HA部分.
qichepeijianguanlixitong
- 这次设计的是一个汽配管理系统,系统在实施后,能实现以下目标: 1、 汽车配件进销存全部采用计算机管理。 2、 操作简单易行,查询方便灵活。 3、 系统架构清晰,界面简单大方,功能较为全面,数据存储安全可靠。 4、 系统内部控制严密,可靠性强。 5、 物流和资金流一体化。 此次设计的汽配管理系统的功能设计主要
programmers_guide_6.4
- vxworks_application_programmers_guide_6.4 来自Wind River Workbench2.6
用动态SQL方法4连接 Oracle 的实现
- 动态SQL的第4种方法通过SQLDA(The SQL Descr iptor Area)和oracle内部交换数据,可以执行直到程序运行时还不知道选择表项或虚拟输入宿主变量的个数和类型的SQL语句。 原作者:wujinglong-the first four methods through SQLDA (The SQL Descr iptor Area) and the exchange of data within the oracle, can be implemented until th
PLSQL_Developer
- 1.PL/SQL Developer V8.0.4.1514 RI Edition 2.PL/SQL Developer V8.0.4.1514 注册机 3.PL/SQL Developer V8.0.4.1514 中文语言包-1 PL/SQL Developer V8.0.4.1514 RI Edition 2. PL/SQL Developer V8.0.4.1514 registered machine 3. PL/SQL Developer V8.0.4.1514 Chi
PLSql7.1.4.1390
- oracle 客户端软件,很方便,具体的方法在软件安装 完成后 F1 会出来 help 栏 -oracle client software thanks you
plsql8[1].0
- PL/SQL Developer V8.0.4.1514 注册机版-PL/SQL Developer V8.0.4.1514 RI Edition
compat-libcwait-2.1-1.i386
- Redhat Enterprice 5.4 安装oracle 9.2.0.4补丁
p2617419_220_GENERIC
- Redhat Enterprice 5.4 安装oracle 9.2.0.4补丁
p3006854_9204_LINUX
- Redhat Enterprice 5.4 安装oracle 9.2.0.4补丁
p3238244_9204_LINUX
- Redhat Enterprice 5.4 安装oracle 9.2.0.4补丁
ocilib-4.2.0-windows---blob-insert
- ocilib 二进制上传 的demo里面基本所有的类型都有说明,可是就是没有blob类型的上传,ocilib-4.2.0-windows 怎么配置就自己解决吧,工程文打开 ocilib-4.2.0-windows blob上传\proj\test-Ocilib binary upload the demo basic all types have been described, but there is no upload the blob type, ocilib-4.2.0-windows
ocilib-4.2.0-windows-blob-download-
- ocilib 二进制下载 的demo里面基本所有的类型都有说明,可是就是没有blob类型的下载,ocilib-4.2.0-windows 怎么配置就自己解决吧,工程文打开 ocilib-4.2.0-windows blob download\proj\test -Ocilib binary downloading the demo basic all types have been described, but is not the blob type download, ocilib-4.
SQL必知必会 第4版
- SQL即结构化查询语言(Structured Query Language),是一种特殊目的的编程语言,是一种数据库查询和程序设计语言,用于存取数据以及查询、更新和管理关系数据库系统(The relational data model and use of the SQL language allows for enterprise level performance and scalability)