Aracılığıyla paylaş


SQL Server 2008 Native 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 Server kullanılarak yazılmış programları SQL Server Yerel istemci ODBC sürücüsü iletişim ile SQL Server C bir işlev çağrıları üzerinden. The SQL Server-specific versions of the ODBC functions are implemented in the SQL Server Native istemci ODBC driver. Sürücü için SQL deyimlerini geçirir. SQL Server ve uygulama ifadeleri sonuçlarını döndürür. The SQL Server Native istemci driver supports connecting to SQL 7.0 and later.

The SQL Server Native istemci ODBC driver complies with the Microsoft Win32 ODBC 3.51 specification. Sürücü ODBC'ün önceki sürümlerinde ODBC 3.51 belirtiminde tanımlanan şekilde kullanılarak yazılmış uygulamaları destekler.

Bu Bölümde