Thread: ODBC will not be supported by Microsoft in the future

ODBC will not be supported by Microsoft in the future

From
"Relaxin"
Date:
Microsoft will be doing away with the OLEDB to ODBC bridge in the near
future.
So anything that is using ODBC thru ADO or OLEDB, it might be time to see if
a native OLEDB driver exist for the datasource that you are dealing with.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledb_deprecated.asp

This will also mean that a native OLEDB solution will be needed for
Postgresql also.

Just a heads up when you're planning your connectivity strategy.

Thanks