搜索资源列表
oracle oci
- 这是Oracle OCI接口,可以直接在C++中代码访问Oracle的数据库,速度非常快。是开发高性能的数据库程序的必备API。-This is the Oracle OCI interface, and can directly in C code to access Oracle database, speed very quickly. The development of high-performance database API for the future.
jxcell
- java 操作excel的api,使用该api可轻松操作excell文件 -the api, use the api can easily operate excel document
the-realizaton-of-both-Hibernate-and-Java
- Hibernate是一个面向Java环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping(ORM))这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。Hibernate不仅仅管理Java类到数据库表的映射(包括Java数据类型到SQL数据类型的映射),还提供数据查询和获取数据的方法,可以大幅度减少开发时人工使用SQL和JDBC处理数据的时间。 本文在充分研究以往数据持久层的发展和现状的基础上,引出了基于ORM
hamsterdb-0.4.4.tar
- About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes:
ODBCAPI.rar
- ODBC API编程技术,在里面学了很多东西,这跟大家无私的奉献是离不开的。在数据库方面的技术文章中,很多篇幅是用来介绍ADO或者DAO的访问方式,而关于用ODBC API访问数据库的文章却少之又少。虽然用ODBC访问数据库比较麻烦,但却很灵活,效率高,又便于了解ADO、DAO的底层封装方式,对提升整体软件思想是很有好处的。,ODBC API programming technology, which places a lot of things, which with you can not
liink
- 基于C++的Mysql数据库接口Api 可以执行对数据库的插入,修改,删除,更新等操作。-Based on C++, Mysql database interface Api can be performed on the database to insert, modify, delete, update and other operations.
InformixQueryInterface
- 这个是Informix数据库访问的接口。本来Informix数据库提供了C++的方法接口,我参照sql api接口的模式对informix的接口进行再封装,变成了我们熟悉的sql api的使用方式。只要你熟悉sql api 你就知道如何使用这套接口。 这套代码能运行起来的前提是:你需要装有informix数据库和他的C++ interface-This is the Informix database access interface. Originally Informix database
ODBC-API
- ODBC API 编程 数据库及其编程 API 来源于不同的背景,开发人员可以从众多的数据库中选择一种,每种数据库都有自己的一套编程 API,这就为数据库编程... -ODBC API programming and programming of databases from different backgrounds API, developers can choose from a large number of databases, each database has its own
EasyDbProcessKit
- 偶从大学开始维护至今的好东西。经过多个项目考验的对ADO数据库调用的封装类库。讨厌了ADO繁琐的接口?这个工具能帮你完成绝大多数需求,不但提供了C++的类,也提供了C的API,支持从VC6.0 ~ VC2010各个编译环境,附有例子代码和数据库。 特色: 1、经过多个项目考验,支持Oracle,SQl-Svr2000, MySQL, PostgreSQL, Access(2003), 的Blob 读写,见例子 2、支持类似GetProfileInt系列的变量持久化入数据库,摈弃注册表
nbjk6
- ADO(ActiveX Data Object)是Microsoft数据库应用程序开发的新接口,是建立在OLE DB之上的高层数据库访问技术,请不必为此担心,即使你对OLE DB,COM不了解也能轻松对付ADO,因为它非常简单易用,甚至比你以往所接触的ODBC API、DAO、RDO都要容易使用,并不失灵活性。本文将详细地介绍在VC下如何使用ADO来进行数据库应用程序开发,并给出示例代码。-ADO (ActiveX Data Object) is a Microsoft database app
ADOdb.Manual
- PHP s database access functions are not standardised. This creates a need for a database class library to hide the differences between the different database API s (encapsulate the differences) so we can easily switch databases. PHP 4.0.5 or later is
Oracle-OCI-API
- 使用OCI,在OCI的基础上做了对Oracle数据库访问的封装。其中包括增、删、改。可blob的访问封装。-Use OCI, on the basis of OCI made to access an Oracle package. Including add, delete, change. Blob can access package.
Firebird_with_IBPP
- IBPP 是一个 FireBird 数据库 API 的 C++ 封装,作为客户端接口,它支持 Firebird 1.0, 1.5 及更高版本, 以及 InterBase 6.0(未来将只支持 Firebird)。它是一个类库,不需要任何特别的开发工具支持。它也没有 和任何一种可视化或快速开发工具绑定。IBPP 实际上被设计成为任意 C++ 应用添加存取 Firebird 数据库的功 能。IBPP 实际上是一个到 Firebird 纯粹的动态 SQL 接口。通过一些易用的 C++ 类
asda45
- StartServiceCtrlDispatcher等操作服务程序的主要几个API的用法,具体的函数参数大家可以查阅MSD -Several API StartServiceCtrlDispatcher operation service program usage, function parameters specific you can refer to the MSD
chgscreenbright
- Changing the screen brightness programmingly - By using the Gamma Ramp API Some video cards allows you to programmingly modify the Gamma Ramp values. You can use this feature to change the brightness of the entire screen.-Changing the screen brightne
Chinese-TraToSmp-conversion
- VB6.0实现中文繁体简体转换工具,本人根据API应用开发。非常简单的VB代码,通过调用系统的API,轻松实现繁简体间的互相转换。可以将相关语句加入你的项目代码中,即可使用!-VB6.0 realize Traditional Chinese Simplified conversion tools, I according to the API application development. Very simple VB code, by calling the system' s AP
Clipboardreader
- 剪切板读取器,调用API使程序能够读取系统的剪切板内容-Clipboard reader, call the API program can read the clipboard content
HideProcess104
- 可以实现在进程管理器中隐藏自己的功能。使用API实现。-Can be achieved in the process manager to hide their features. Use the API.
SystemApi
- 系统常用的API,实现各个功能的部件,可以看看.-System common API to achieve the various functional components, you can look at.
yinapi
- 引用api获得硬盘序列号可以用此生成序列号-Reference api can get hard drive serial number serial number of this generation
