SQL Server 2008 R2'in yerel istemci (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 Server 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 Serverkullanılarak yazılmış programlar SQL Server ile iletişim kurabilir yerel istemci odbc sürücüsü SQL Server c işlev çağrıları.The SQL Server-specific versions of the ODBC functions are implemented in the SQL Server Native Client ODBC driver.sql deyimleri için sürücü geçirir SQL Server ve bildirilerle sonuçlar döndürüruygulama. The SQL Server Native Client driver supports connecting to SQL Server 2000 and later.
The SQL Server Native Client ODBC driver complies with the Microsoft Win32 ODBC 3.51 specification.Sürücünün önceki sürümlerinde odbc odbc 3.51 belirtiminde tanýmlanan biçimde kullanılarak yazılmış uygulamaları destekler.
Ayrıca bkz.