Used in TMSConnection to define the version of SQL Native Client.
Unit
MSClasses
Syntax
TNativeClientVersion = (ncAuto, nc2005, nc2008, nc2012);
Values
Value | Meaning |
nc2005 |
SQL Native Client 9 is used. SQL Native Client 9 is shipped with SQL Server versions since SQL Server 2005. |
nc2008 |
SQL Native Client 10 is used. SQL Native Client 10 is shipped with SQL Server 2008. |
nc2012 |
SQL Native Client 11 is used. SQL Native Client 11 is shipped with SQL Server 2012. |
ncAuto |
SDAC looks for an available SQL Native Client provider in the following sequence: Native Client 11, Native Client 10, Native Client 9. The first found provider from the sequence is used. |