Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15694

ODBC issue

$
0
0
I have an Access FE running both 2007 and 2010 connecting to SQL Server 2008R2. This system has been up and running for many months. There are DSN-less attached tables. I've always used the following connection string for those situations where I don't want to use trusted connection and have had no issues (sBE is a variable)

"ODBC;DRIVER=SQL Server Native Client 10.0;server=192.168.1.20\sqlexpress;DATABASE=" & sBE & ";UID=PMK;PWD=xxx;SSPI=False"

This string still works on most of the workstations. However on a new installation of Access 2010 both before and after SP1, I have to remove the "odbc", like this:
"DRIVER=SQL Server Native Client 10.0;server=192.168.1.20\sqlexpress;DATABASE=" & sBE & ";UID=PMK;PWD=xxx;SSPI=False". However, it is required on the other workstations.

Can anyone explain why?

Viewing all articles
Browse latest Browse all 15694

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>