CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - oracle.C

搜索资源列表

  1. WindowsFormsApplication1

    0下载:
  2. 利用VS 2008 C#.NET 开发的winForm程序,演示了连接服务器上的Oracle数据库,把Oracle数据库的所有表显示在dataGridView中,并在dataGridView上自动加上行号。-Using VS 2008 C#. NET development winForm procedures, demonstrate the connection to the server on the Oracle database, the Oracle database in all
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:67080
    • 提供者:刘昌劲
  1. unidac3

    0下载:
  2. Universal Data Access Components (UniDAC) is a powerful library of nonvisual cross-database data access components for Delphi, Delphi for .NET, C++Builder, and FreePascal. We have combined the experience of long-term successful development into one p
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5743541
    • 提供者:刘海滨
  1. otl_user_guide

    0下载:
  2. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持当前所有的各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。-OTL is the Oracle, Odbc and D
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:143907
    • 提供者:吴飞
  1. ReadXml

    0下载:
  2. C#程序读取xml文件信息,并将这些信息写入到oracle数据库表中。-Xml C# program reads the file information, and the information written to the oracle database table.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:49784
    • 提供者:alon
  1. cs_SalesMonitoringSystem

    0下载:
  2. sales application in c# with data bases oracle
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7636889
    • 提供者:koral
  1. EasyDbProcessKit

    0下载:
  2. 偶从大学开始维护至今的好东西。经过多个项目考验的对ADO数据库调用的封装类库。讨厌了ADO繁琐的接口?这个工具能帮你完成绝大多数需求,不但提供了C++的类,也提供了C的API,支持从VC6.0 ~ VC2010各个编译环境,附有例子代码和数据库。 特色: 1、经过多个项目考验,支持Oracle,SQl-Svr2000, MySQL, PostgreSQL, Access(2003), 的Blob 读写,见例子 2、支持类似GetProfileInt系列的变量持久化入数据库,摈弃注册表
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:1020025
    • 提供者:流浪小狗
  1. diaoyongcunchuguocheng

    0下载:
  2. C#调用存储过程,一些细节,包括C#端代码。oracle端代码。-C# calling a stored procedure, some of the details, including the C# client code. oracle-side code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3176
    • 提供者:van
  1. proc.

    0下载:
  2. vc++通过pro*c++连接oracle,可以创建,查询,删除,更新数据库-vc++ through the pro* c++ to connect oracle, you can create, query, delete, update the database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:1064
    • 提供者:
  1. ADO-ODBC

    0下载:
  2. ADO与ODBC的区别   有很多种使用数据库的方法,对大多数数据库来说,选择C++这种产品也许并不适宜。我们知道,像dBASE IV,FoxPro,Oracle和Access这样的产品是完全以数据库管理为中心的。-The difference between ADO and ODBC database there are many ways for most databases, choose C++ This product may not be appropriate. We k
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:15072
    • 提供者:戴页
  1. demo15_1

    0下载:
  2. 用vc开发oracle数据库,用pro*c/c++预编译实现的-Vc development oracle database using pro* c/c++ implementation of pre-compiled
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:248321
    • 提供者:
  1. DbConnectionHelper

    0下载:
  2. C# 连接数据库 (通过Oracle.DataAccess.Client)
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1243
    • 提供者:cyj
  1. 813vcoral

    0下载:
  2. Visual C++与 Oracle 数据库编程案例
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-14
    • 文件大小:3555853
    • 提供者:Yule
  1. TestOracle

    0下载:
  2. C#连接ORACLE使用临时表的存储过程返回游标集合方法-C# ORACLE TEMPTABLE
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:14828
    • 提供者:hscsq
  1. CSharp-Class

    0下载:
  2. C#对注册表/XML/ORACLE等各种操作类-some Class of c#(regedit xml oracle)
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:25585
    • 提供者:徐清华
  1. ren_spj

    0下载:
  2. c#,form下操作oracle数据库,包括通过sql语句实现数据的增、删、改、查,通过存储过程实现数据的增、删、改、查-c#, operating under the oracle database in the form, including data through sql statement to add, delete, change, check the data through stored procedures to add, delete, change, check
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:98586
    • 提供者:宇外天
  1. web_spj_1.0

    0下载:
  2. c#,web下操作oracle数据库,包括sql语句和存储过程实现数据的增、删、改、查-c#, web-operate oracle database sql statements and stored procedures to the data to add, delete, change, check
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:259395
    • 提供者:宇外天
  1. ASPDAL

    0下载:
  2. C#写的数据访问层代码,可以支持多种数据库oracle、mysql、sql server等。-The class is used to access of database, includes oracle,mysql,and sql server....
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2474
    • 提供者:xinbo
  1. lwrrari

    0下载:
  2. linux常用命令及参数详解VI编辑器常用命令图Unix下打包命令的使用maakefile的配置及开发GDB调试工具Oracle表数据的C/C++存取方法 -linux commands and arguments detailed configuration and development maakefile packaged under the command map Unix VI editor command use GDB debugger tool Oracle table d
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:483410
    • 提供者:张艾芸
  1. OraWinApp

    0下载:
  2. C#开发连接oracle的客户机不用安装客户端,非常实用方便,值得学习-C# developers do not install the client connect oracle client, very useful and convenient, it is worth learning
  3. 所属分类:CSharp

    • 发布日期:2017-06-14
    • 文件大小:20881004
    • 提供者:viket
  1. Transplant

    0下载:
  2. 利用C#将SQLServer数据库迁移到Oracle数据库方法探索,初步实现了读取Schema,表创建的程序,应用的多线程技术.-C# SQL Server database migration to Oracle database method to explore the initial read Schema, table creation program, the application of multi-threading technology.
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:138597
    • 提供者:yangfan
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com