SQL Server backend and Access frontend - ODBC Connection to SQL Server native client failed

℡╲_俬逩灬. 提交于 2019-12-06 02:39:04
paqogomez

Its not that you need SSMS, its that you need a driver for Access to talk to your database and SSMS installs that by default.

First install a driver, like this one and then Access should be able to connect.

Then, you need to make sure that your SQL Server instance is setup to be connected remotely. If you have other clients connecting to it, this is already set up. But make sure TCP/IP is enabled.

Finally, check your connection string.

Based on the error, I would guess that its one of the latter two problems. But trying those, perhaps you could post more information to narrow it down.

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