搜索资源列表
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
Oracle_PLSQL_collection
- oracle9i中的集合运算.(索引,嵌套表,变长数组)-oracle9i of set operations. (Indexing, nested table, variable-length arrays)
用动态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
tokyocabinet-1.4.17.tar.gz
- Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布
1
- Oracle数据库PL/SQL的测试代码,包括常用的语法,如:变量定义、函数、存储过程、触发器、包等的创建-Oracle Database PL/SQL test code, including the common syntax, such as: variable definitions, functions, stored procedures, triggers, packages, etc. to create
2
- Oracle数据库PL/SQL的测试代码,包括常用的语法,如:变量定义、函数、存储过程、触发器、包等的创建-Oracle Database PL/SQL test code, including the common syntax, such as: variable definitions, functions, stored procedures, triggers, packages, etc. to create
3
- Oracle数据库PL/SQL的测试代码,包括常用的语法,如:变量定义、函数、存储过程、触发器、包等的创建-Oracle Database PL/SQL test code, including the common syntax, such as: variable definitions, functions, stored procedures, triggers, packages, etc. to create
4
- Oracle数据库PL/SQL的测试代码,包括常用的语法,如:变量定义、函数、存储过程、触发器、包等的创建-Oracle Database PL/SQL test code, including the common syntax, such as: variable definitions, functions, stored procedures, triggers, packages, etc. to create
5
- Oracle数据库PL/SQL的测试代码,包括常用的语法,如:变量定义、函数、存储过程、触发器、包等的创建-Oracle Database PL/SQL test code, including the common syntax, such as: variable definitions, functions, stored procedures, triggers, packages, etc. to create
T-sqlprogramingstructure
- T-SQL编程结构介绍。包括注释结构、变量声明、判断和循环、游标、事务、、备份等基本概念。是入门的好书籍-Introduced T-SQL programming structure. Including annotations structure, variable declarations, judgments, and circulation, cursors, transactions, backup and other basic concepts. Is a good book en
MDB
- This document explains the format of the MDB files. MDB files store the actual contents of a database record. The MDB file begins with a variable length header describing the overall database configuration. The header is followed by one or more varia
electron
- 对电子商城数据库进行初始化,给一些数据表进行预先赋值,以便为其他数据表存储数据或者为调试数据库做准备。可用三种方法:对表直接输入数据、使用SQL插入语句INSERT进行录入和使用查询分析器,可用变量向表中插入数据,完成对数据库的数据初始化。-Initialize the database on the electronic mall, to some pre-assigned data table in order to store data or other data tables in pr
SQL_statement_substitution_variable_electronic_doc
- SQL语句替代变量电子文档SQL statement substitution variable electronic documents-SQL statement substitution variable electronic document SQL statement substitution variable electronic documents
chap2
- 讲述vf中的 数据类型 常量 变量 表达式 系统函数 -About the data type vf constant variable in the expression system function
xxlbliq
- 标签查询 用于查询各变量对应的标签,在多语言环境上编程时使用较多。-Label query is used to query the corresponding label of each variable, and use more programming in a multilingual environment.
SlarayMangentment.rar
- 《工资管理系统》提供了基本的人员信息管理,同时对员工的基本工资、浮动工资和工资发放进行系统管理,同时配以查询功能,避免数据丢失系统还提供了数据备份及还原功能。以便能真正适用于各类中小企业及事业型单位。,Salary management system provides the basic personnel information management, employee' s basic salary, variable pay and payroll system management
dbbasekdks
- VB源码,数据库应用,数据库查询 VB利用变量查询数值型数据,数据库采用的是Access,新手参考。-VB source code, database applications, database query query the VB the use of variable numeric data, the database is Access Reference novice.
importdata
- 这种方法是最基本的方法,大多数人一开始都会想到这种方法。但是Insert语句似乎并不适合大批量的操作,是不是这样呢? 本方法中将100万数据分为10个批次,每个批次10万条,每10万条1个事务,分10次导入数据库。 基本语句:Insert Into TableB (Value1) values (‘”+i+”’) 说明:语句中的i是宿主程序中的一个累加变量,用于填充数据库字段中的值。 -This method is the most basic way, most
10.1.1.116.5030
- Segmentation is therefore a very important task in medical imaging. However, manual segmentation is not only a tedious and time consuming process, it is also inaccurate. Segmentation by experts is variable up to 20 [WDZ+95]. It is therefore de
1
- 这个程序是将c:\1.pdf存储到数据库中,然后通过blob类型的变量将存进数据库中的1.pdf读出来并保存为c:\test.pdf。-This program is c: \ 1.pdf stored in the database, and then through the blob type variable will be deposited into the database 1.pdf read out and saved as c: \ test.pdf.