I see that Microsoft have stated that the next release of SQL Server (Denali) will be the last to use/support OLE-DB - they will be supporting ODBC.
Does this mean that the dBExpress SQL Server Drivers will become redundant or that they will be changed to access via ODBC.
I guess what I'm saying is, will there be a easy way for us to utilise ODBC via dBExpress for accessing SQL Server that doesn't involve us in major code changes?
Regards
Anton
OLE-DB vs ODBC
As I understand it the SQL Native Client, from SQL Server 2005 onwards, is a stand alone data access API that is used for both OLE-DB and ODBC. It combines the SQL OLE-DB provider and the SQL ODBC driver in one DLL. Are you saying that when OLE-DB is depricated (Denali will the last version of SQL Server to use OLE-DB) using the SQL Native Client will mean that we are in essence using ODBC?
Regards
Anton
Regards
Anton
I appreciate what you're saying and I have already contacted Microsoft about the SQL Native Client.
However the SQL Native Client contains OLE DB, ODBC and ADO connectivity. If I'm choosing to use the vendor (MS) lib that you suggest is there any functionality that exists within your dBExpress component that allows us to select which option is used (OLE DB ODBC ADO)? This question is not related to the functionality of the venor lib but what functionality exists within your component to control it.
Regards
Anton
However the SQL Native Client contains OLE DB, ODBC and ADO connectivity. If I'm choosing to use the vendor (MS) lib that you suggest is there any functionality that exists within your dBExpress component that allows us to select which option is used (OLE DB ODBC ADO)? This question is not related to the functionality of the venor lib but what functionality exists within your component to control it.
Regards
Anton
It's impossible to distinguish the functionality that SQL Native Client inherits from other providers. Our dbExpress driver for SQL Server fully supports SQL Native Client, but there are no options that allow choosing the exact functionality from the particular provider SQL Native Client is based on.