Can I connect with this driver

倾然丶 夕夏残阳落幕 提交于 2019-12-13 07:18:21

问题


One of my laptops still has Windows XP and SQL Server ODBC driver version 2008.85.1132.00.

Unfortunately this laptop has a software that I can't put on the machine where I have SQL Server 2012 and it looks like there is no ODBC driver for WinXP anymore for Server 2012.

So, I'm wondering if I can get a connection with that driver to my Server. Or the driver will be incompatible.

Thank you.


回答1:


All versions of Windows ship with a legacy SQL Server ODBC driver named "SQL Server". That ODBC driver may be used to connect to SQL Server 2012 as well as older and newer versions of SQL Server. However, it may nto fully support the newer SQL Server data types.

According to the SQL Server Native Client Support Policy, the most recent Microsoft-supplied ODBC driver supported under Windows XP SP2 is the SQL Server 2008 R2 Native Client.



来源:https://stackoverflow.com/questions/36970209/can-i-connect-with-this-driver

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!