ODBC API的意思|示意

美 / / 英 / /

ODBC API


ODBC API的网络常见释义

使用 2、 使用ODBC API 应用程序(Application ): ..

应用程序接口 (1)通用数据库一应用程序接口(ODBC API) ODBC(Open Database Connectivity)是用于数据库访问的应用程序编程接 口,它展现给应用程序的是一组接口函数。

驱动程序管理器 ...读: Description:字符型,返回来自数据库的差错描述 Source:字符型,差错来源 SQLState:字符型,ODBC API(驱动程序管理器)差错,SQL Server 2000中对其有如下描述: SQLSTATE 返回的字符串值由两个字符的类值后接三个字符的子类值组成。

ODBC API相关短语

1、 SQLSTATE ODBC API 驱动程序管理器

2、 practical structure of ODBC API ODBCAPI应用结构

3、 odbc api function odbcapi函数

ODBC API相关例句

The Unified ODBC API does not offer support for INOUT and OUT parameters of stored procedures.

统一odbc API不提供对存储过程INOUT和OUT参数的支持。

For example, the ODBC API is a specification of a large collection of function calls that programmers can make to databases.

例如,ODBC API是一组函数调用的一种规范,程序员可以对数据库进行这些函数调用。

ODBC client: An application that USES the ODBC API to interact with a database server.

OD BC客户端:使用ODBC API与数据库服务器交互的应用程序。

ODBC Driver: a library or set of libraries that contains the implementation of the ODBC API for a particular database server.

ODBC Driver:一个或一组包含针对特定数据库服务器的ODBC API实现的库。

While it may be common to hear the phrase ODBC driver, it is not exactly the same as the term ODBC API (and shouldn't be construed as such).

虽然我们经常听到ODBC驱动程序这种说法,但这不完全等同于术语odbc API(而且也不应该那样去解释)。

It allows you to write database applications using a standard API that is common to all ODBC Drivers so that you don't need to write your application in a specific way for a specific database.

它允许您使用对所有odbc驱动程序通用的标准API编写数据库应用程序,使您无需使用特定于具体数据库的方式编写应用程序。