SQL Native Client (ODBC)

ODBC is a standard definition of an application programming interface (API) used to access data in relational or indexed sequential access method (ISAM) databases. SQL Server supports ODBC, via the SQL Native Client ODBC driver, as one of the native APIs for writing C, C++, and Microsoft Visual Basic® applications that communicate with SQL Server.

SQL Server programs that are written using the SQL Native Client ODBC driver communicate with SQL Server through C function calls. The SQL Server-specific versions of the ODBC functions are implemented in the SQL Native Client ODBC driver. The driver passes SQL statements to SQL Server and returns the results of the statements to the application. The SQL Native Client driver supports connecting to SQL 7.0 and later.

The SQL Native Client ODBC driver complies with the Microsoft Win32® ODBC 3.51 specification. The driver supports applications written using earlier versions of ODBC in the manner defined in the ODBC 3.51 specification.

Siehe auch

Andere Ressourcen

SQL Native Client Programming

Hilfe und Informationen

Informationsquellen für SQL Server 2005