Using "SQL Native Client" (ie 2005 driver) with SQL Server 2012? -


We have an application that uses the SQL Server 2005 client driver to connect to SQL Server 2005, 2008 and 2008 Has been r2

We now have SQL Server 2012 installed using that driver to 'run fine' but I want to ensure that there are no known problems.

I have spent an hour looking at MSDN articles but there is no clear answer on the issue that '2005 Driver believes that we only want to use server facilities till 2005' ( As we do now).

Has anyone else checked it already? Can you help me in the right direction to get a definite statement?

In advance, thanks to Rob C

I just got the 2005 client + SQL Server 2014 Started with ODBC and Ole DB, and no problem has been found so far. I really do not advise to use the level of compatibility unless you actually do notice something which fixes it.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -