I have an application built in Access 2003 that uses a system DSN ODBC to connect to a SQL Server. The ODBC uses SQL authentication. When the application is started, the user is prompted to authenticate into the database.

I have another computer set up within the same domain that has Access 2007 installed on it. I log in using the same credentials that I use to get on the machine that has Access 2003.

I converted my application to Access 2007 format and everything works fine. However, when other users try to use the application, they are prompted to enter the database password every time a table is accessed. Thinking it was a problem with my ODBC, I confirmed that the connections were set up the same way on both of my machines, and the user's machine.

Here is the interesting part, when the user logged into my machine, it started prompting for the password every time. When I logged into the user's machine, the application worked fine.

Anyone have any ideas? All help is appreciated!

link|improve this question

50% accept rate
feedback

1 Answer

Be sure to use a System DSN, not a User DSN. It's easy to create the wrong one since the tabs are side by side.

Make sure that the System DSN has SQL Server authentication picked and you have the login id and password set.

A User DSN is only visible to the user that creates it. A System DSN is available to all users and Windows services.

link|improve this answer
We are using System DSN on all machines This system has been running fine since 2006. I'm not sure if the issue cropped up with converting the file to a 2007 format or what. – DoubleJ92 Apr 8 '10 at 15:17
@doulbej92, if you're sure that the DSN is correct, then check out MS Access User-Level Security. – Marcus Adams Apr 8 '10 at 15:31
Where is that setting in Access 2007? The trusted locations have been set correctly. – DoubleJ92 Apr 8 '10 at 15:43
Re: the vote to close: how in the frack is this not an SO-appropriate question? – David-W-Fenton Apr 11 '10 at 1:47
Access/Jet user-level security has nothing at all to do with it, as the back end is not Jet. It couldn't be because Access prohibits connecting to Jet data via ODBC. – David-W-Fenton Apr 11 '10 at 1:48
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.