搜索资源列表
java连接access的api
- java与access相连的api,其中包括一个建好的access数据库.-connected api, including the completion of an access database.
48410
- This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which s
at2004189441878300
- 用API改变ACCESS窗口的背景的例程
ODBC API SQL
- 开放数据库互连(ODBC)已经成为Client/Server数据库应用系统中访问远程数据库的一个标准。作为强大的前端开发工具,Visual Basic为开发者提供了多种访问ODBC数据源的途径,如JET数据库引擎、ODBC API函数、RDO接口等。比较而言,直接使用ODBC API函数的编程难度最大,但获得的存取数据库的性能也最佳。-Open Database Connectivity (ODBC) has become the Client / Server Database Applica
ODBC
- 在Visual C++数据库编程设计中可采用ODBC API访问数据库,这提供了源码,供参考-In Visual C Database Programming design ODBC API can access the database, which provides a source for reference
MSSQL
- 简化一般存取MSSQL时所使用之函式库, 利用api接口处理常用之资料库命令-MSSQL to simplify the general access of libraries to use when using api interface to deal with commonly used database command
odbc
- Vc++编写的对ODBC数据库操作的源代码。-Vc++ Prepared ODBC database operations on the source code.
ADO_Help_API
- ADO_Help_API,访问数据库的API中文帮助手册-ADO_Help_API, access the database of Chinese API help manual
AccessApi
- access管理系统API文件 把API文件上传到网站数据库目录下 再到ACCESS2008.CN 上,输入API访问地址,就可以全面管理数据库 -API document access management system put API upload files to web directory and then ACCESS2008.CN database, enter the API access address, the overall management of the d
ODBCAPI
- 直接通过 ODBC API 访问 SQL 数据库-access SQL database via ODBC API
testoci
- OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的执行,进而创建应用程序的的应用程序接口(API)。它支持SQL所有的数据定义,数据操作,查询,事务管理等操作,支持C和C++的数据类型,调用,语法和语义。它提供了一组可对Oracle数据库进行存取的接口子例程(函数)。 OCI程序实质上就是用高级语言写的程序,其特点是内部含有对OCI子函数库的调用,通过在第三代程序设计语言(如C语
mysql_cxx_wrap
- mysql C API的C++包装类,实现了对数据库表的简单访问。-C++ wrap classes for mysql API Access database just like ADO does.
SQLDirect
- 完全基于ODBC API封装的数据库访问库源代码。可以支持主流数据库。接口间接,清晰。-Based entirely on the ODBC API package, database access library source code. Can support the mainstream databases. Interface, indirect and clear.
ODBCApiDataManager
- ODBC的API应用,包括创建连接,获取数据的功能,工程还包括了一些按钮,菜单及列表控件的自画功能-ODBC-API applications, including the creation of connections, access to data, function, project also includes a number of buttons, menus and list controls the self-portrait function
odbc_northwind
- 利用MFC ODBC或ODBC API访问SQLServer 数据库,有数据显、增、删、改的功能。 ODBC配置要求:在ODBC中配置数据源odbc_northwind,所连数据库服务器为SQLServer,数据库为其示例数据库Northwind,数据库的登录名为sa,密码为空,即连接字符串为“DSN=odbc_northwind UID=sa PWD=”。 -The MFC ODBC or ODBC API to access SQLServer database, data displa
