I have several odbc (32) drivers on my system for sql server and am confused as to which is best to use:
SQL Server Drivers which can be selected in ODBC32.exe:
1. SQL Server sqlsrv32.dll version 6.1.7601 from 2010
2. ODBC Driver 11 for Sql Server msodbcsql11.dll version 12.0.2000 from 2014
3. SQL Server Native Client 11.0 sqlncli11.dll version 11.0.2100 from 2012
I will be connecting to a local and a remote SQL Server instance with in the same network.
The SQL Server versions being used may be from 2008 R2 to 2016.
I have a legacy VB6 program and want to connect using ODBC using ADODB.
Could someone give some advice as to which I should best be using?
Thank you!