CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 Oracle数据库 搜索资源 - example.a

搜索资源列表

  1. VB)oracle插入大于4000个字符

    1下载:
  2. 该源码给出了一个插入大数据量(超过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.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:4999
    • 提供者:唐能福
  1. oracle_sample

    0下载:
  2. 学习oracle的脚本,包括备份,proc编程的,例子,是学习oracle的好资料-learning oracle scr ipts, including backup, proc programming, for example, is a good learning oracle information
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:22811
    • 提供者:tch
  1. SmartJavaer1440

    0下载:
  2. 一个简单的数据连接例子,使用Oracle JDeveloper 10g及其数据库-a simple data link example, using Oracle JDeveloper 10g and Database
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:743361
    • 提供者:geyifeng
  1. procdemo

    0下载:
  2. VC+ORACLE的开发例子。 PRO*C的例子,不错的初学教程。-VC Development ORACLE example. PRO * C example, a good beginner tutorial.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:18558
    • 提供者:烈火
  1. cs58

    0下载:
  2. 一个cb三层数据库的例子,实现了bmp图象的存储,适合初学者。-a three-tier database example, achieved a bmp image storage, and is suitable for beginners.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:2487779
    • 提供者:李建军
  1. 43680499mapxoracle

    0下载:
  2. 一个vb+oracle的例子,是连接数据库的很好的例子-an example of connecting to the database is a good example
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:29989
    • 提供者:dgd
  1. AdoJH

    0下载:
  2. 通过ADO访问数据库的方法的封装类的实现文件,以某数据可为例子访问-access to the database through ADO methods of achieving such Packaging document to a particular data can be visited as an example
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:66265
    • 提供者:张鹏
  1. access-blob

    0下载:
  2. oracle数据库提供了BLOB字段,我们可以使用这个字段往数据库保存二进制文件,此例子示范了delphi如何操作BLOB字段,实现往oracle数据库存/取二进制文件。-oracle database provides a BLOB field, we can use this field to save the binary file into the database, this example demonstrates how delphi BLOB field to the oracl
  3. 所属分类:Oracle

    • 发布日期:2017-04-02
    • 文件大小:477182
    • 提供者:张文强
  1. VC-DataBase-Appication-of-ORACLE

    0下载:
  2. Visual C++访问Oracle数据库的编程实例,对有中小型数据库编程需要的初学者有很好的借鉴作用!-It s a Visual C++ program which gives a example of accessing Oracle database. It s a a very good reference to beginners of database programming.
  3. 所属分类:Oracle

    • 发布日期:2017-03-28
    • 文件大小:309302
    • 提供者:liugong
  1. OCI.RAR

    0下载:
  2. OCI是Oracle公司自己提供的函数库,我们只需调用相应的函数实现一个学生通讯录的例子-OCI is Oracle Corporation provides the library example, we simply call the appropriate functions to implement a student contacts
  3. 所属分类:Oracle

    • 发布日期:2017-04-03
    • 文件大小:52756
    • 提供者:黄天才
  1. 207

    0下载:
  2. 接着上一个数据库实例,这个实例是帮助大家初步学会连接Oracle数据库,一般的实例都是连接SQL Server数据库的,所以这个实例对于使用Oracle数据库的同学很有帮助。-Then on a database instance, the example is to help everyone learn to connect the initial Oracle database are all examples of the general SQL Server database conn
  3. 所属分类:Oracle

    • 发布日期:2017-04-29
    • 文件大小:83699
    • 提供者:韩晓东
  1. ORACLE_XML

    0下载:
  2. 一个ORACLE导入和导出XML文件的例子.txt-ORACLE import and export a XML file example. Txt
  3. 所属分类:Oracle

    • 发布日期:2017-04-02
    • 文件大小:2504
    • 提供者:lxw
  1. get_n_month

    0下载:
  2. 获取输入日期 n 个月前的日期 (oracle function ) 使用例子:select get_n_month(sysdate,100) from dual-Access to enter a date n months before the date (oracle function) using the example: select get_n_month (sysdate, 100) from dual
  3. 所属分类:Oracle

    • 发布日期:2017-04-10
    • 文件大小:586
    • 提供者:董世德
  1. guest

    0下载:
  2. its a source file for the book oracle 9i pl/sql by example
  3. 所属分类:Oracle

    • 发布日期:2017-03-30
    • 文件大小:78608
    • 提供者:anshu
  1. java-oracle

    0下载:
  2. A good example to start with Java-Oracle Connectivity. Use Empoyee Database.
  3. 所属分类:Oracle

    • 发布日期:2017-04-09
    • 文件大小:1280155
    • 提供者:komal
  1. test_OCCI_sample

    0下载:
  2. 连接oracle数据库的简单示例,适合初学者了解oracle数据库的简单操作-A simple example to connect oracle database, oracle database, suitable for beginners to understand the simple operation of
  3. 所属分类:Oracle

    • 发布日期:2017-05-10
    • 文件大小:2099407
    • 提供者:zifengling
  1. 20021012101824

    0下载:
  2. 该程序是PB70+SYABSE,实现设定某个时刻,自动备份数据库, 并将数据恢复到一个备用数据库,将其改名(如在数据库名后增加时间字符)的功能。 该程序含有许多独立的编程技巧,在这里不一一说明,会用PB的朋友应该可以体会。 -The program is PB70+ SYABSE, set a time to achieve, automatic backup database, restore the data to a standby database, to be rename
  3. 所属分类:Oracle

    • 发布日期:2017-04-15
    • 文件大小:29101
    • 提供者:xiaoyu
  1. Oracle

    0下载:
  2. 本文档搜集了大量的Oracle基本命令,以及相关的示例,这有助于广大Oracle初学者的学习入门。-This document Oracle collected a large number of basic commands, and related example, which helps beginners learn the general Oracle entry.
  3. 所属分类:Oracle

    • 发布日期:2017-04-02
    • 文件大小:268889
    • 提供者:刘志桥
  1. oracle

    0下载:
  2. Oracle SQl语句编写的触发器、函数、过程举例,在Oracle9I上完好运行-Oracle SQl statement prepared by the triggers, functions, procedures for example, on a good run in the Oracle9I
  3. 所属分类:Oracle

    • 发布日期:2017-04-10
    • 文件大小:1402
    • 提供者:wky
  1. occiCon

    0下载:
  2. 这是一个occiConnection的例子!-This is an example of a occiConnection!
  3. 所属分类:Oracle

    • 发布日期:2017-05-10
    • 文件大小:2271359
    • 提供者:沉默的瞳孔
« 12 »
搜珍网 www.dssz.com