搜索资源列表
CreateODBC DSN
- 动态创建access或者oracle的ODBC数据源-create dynamic access to the oracle or ODBC data sources
vcToDB
- 在VC中通过odbc连接数据库(数据库不分种类,oracle\\sql server等)-in VC through odbc connect to the database (regardless of the database type, oracle \\ sql server, etc.)
otl
- This document describes the Oracle, Odbc and DB2-CLI Template Library, Version 4.0 (OTL 4.0). OTL 4.0 is a C++ library based on templates. It integrates all of the previous releases into one library.
JSQ工具
- java写的数据库查询程序,支持多种数据库,1. 支持SQLServer,MySQL,Oracle,JDBC-ODBC桥。自带jdbc驱动,不需要额外的驱动-write java database query procedures, support for multiple databases, 1. Support for SQL Server, MySQL, Oracle, JDBC-ODBC Bridge. Onboard jdbc-driven, no additional driver
ODBC(C)
- ODBC访问数据库示例。虽然此类代码已经不少了,但是如此简单易学习的并不多。-ODBC access to the database sample. Although such code has many, but such a simple and easy to learn not much.
oracle_insert_methods
- 介绍了一种在oracle里,如何生成Insert语句脚本的方法-Introduce a kind of oracle at ri, how to generate Insert Statements scr ipt
otlv4_h
- OTL是Oracle 和 ODBC 的模板库,它屏蔽数据库操作的底层,提供数据库连接功能,以标准 C++ 流的方式完成嵌入式 SQL 语句、存储过程的执行和光标操作。-OTL' s are Oracle and ODBC Template Library, which shield the underlying database operations to provide database connectivity to standard C++ stream manner embedde
ODBCORACLE
- 自己做的一个ODBC动态链接ORACLE数据源的例子..大家可以做参考-Their own to do a dynamic link ODBC data source ORACLE example .. we can make reference to ...
ORACLE
- vc中操作ORACLE数据库的实例!实现了对Oracle数据库的操作!-vc operates the ORACLE database the example! Has realized to the Oracle database operation! -vc operates the ORACLE database the example! Has realized to the Oracle database operation!
VcToOracle
- vc++ 通过ODBC连接oracle数据库-vc++ ODBC oracle
php-5.2.0-win32
- 一种新型的CGI程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于Windows、Unix、Linux 平台的Web后台程序,内置了对文件上传、密码认证、Cookies 操作、邮件收发、 动态GIF生成等功能,PHP3直接为很多数据库提供原本的连接,包括Oracle,Sybase,Postgres,Mysql,Informix,Dbase,Solid, Access 等 ,完全支持ODBC接口,用户更换平台时,无需变换PHP3代码,可即拿即用。Php3
200711199152697
- 程序演示了如何动态添加、移除ODBC DSN,这在数据库编程中是很有用的,可以不必一台一台机器地区配置ODBC DSN,程序中包括动态添加、移除SQL Server、Oracle的ODBC DSN。 -Program demonstrates how to dynamically add, remove ODBC DSN, database programming This is very useful, can not have one area of a machine configured
unidac3
- 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
otl_user_guide
- 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
adoConByOdbc
- 一个小程序,通过ODBC和ado连接Oracle数据库,进行数据库表的读取,修改等-A small program and ado connection through ODBC Oracle database, the database table to read, modify, etc.
access-through-ODBC-(Linux-windows)
- 在Linux和WINDOWS下通过ODBC访问Oracle和SQL Server数据库的解决方案-In the Linux and WINDOWS access through the ODBC Oracle and SQL Server database solutions
ADO-ODBC
- 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
OracleExample
- 使用ODBC对Oracle数据库进行操作-To using ODBC Oracle Database operation
Odbc
- Source code for managing odbc connections to different databases such as Oracle, SQL Server, MySQL. The code is provided in C#
ODBCConnectionTest1
- 1、测试连接Oracle数据库,成功实现了用Oracle.ManagedDataAccess.dll访问Oracle数据库。 2、成功实现了动态SQL语句的的编写和访问Oracle数据库 附:3、测试项目用名ODBCConnectionTest,实际测试没有用odbc的方式连接Oracle。这一点本人说明下,以免界内人士吐槽。(oracle.dataaccess_dll)