Sql-server – ODBC Driver for SQL Server vs SQL Server Native Client

database-connectivitydriverms-accessodbcsql server

If I use linked tables in Access 2010 to connect via ODBC to SQL Server 2014 Express, which driver is better?

  • ODBC Driver 11 for SQL Server
  • SQL Server Native Client 11.0

enter image description here

The image shows the possibilities of drivers one can use while creating a new data source.

As per my re-search I found that the "Native Drivers" also supports OLEDB.

Can someone give an objective answer about which driver is better?

Best Answer

Native Client has been superseded by the ODBC Driver which Microsoft has standardized on. The Native Clients were originally for accessing features in Server 2005 and higher that the older ODBC driver ("SQL Server") could not access.