MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Microsoft Access and SQL Server Integration (Tip 1 of 4) -

in Search

Microsoft Access and SQL Server Integration (Tip 1 of 4)

Last post 10-06-2008 7:32 AM by tbpowers. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 04-04-2008 12:30 AM

    Microsoft Access and SQL Server Integration (Tip 1 of 4)

    This post is related to this tip: Microsoft Access and SQL Server Integration (Tip 1 of 4)

    http://www.mssqltips.com/tip.asp?tip=1470

  • 04-04-2008 12:03 PM In reply to

    Re: Microsoft Access and SQL Server Integration (Tip 1 of 4)

    Great article; I've been up and down this road many times in the past year and can vouch that you are hitting the connection using DSN right on the head!

    It'd be worth while to note that if for some reason the reader can't find "Data Sources (ODBC)" in their Administrative Tools; to also check in your Control Panel (This is very typical in Pre-XP operating systems).

    Also, if you still can't find it don't fret, you can usually go into your Windows Components (accessed through the 'Add/Remove Programs' component), and choose to add it in to your Control Panel or Administrative Tools. The option to select it might be a few levels in to the components, so click on 'Details' if the option is there. Have your Windows OS disc ready; sometimes needed to get the files installed. 

    Still, can't find it? Well, unfortunately you can't just download the ODBC control by itself, you will have to download Microsoft Data Access Control (MDAC). Be careful to choose the correct version, some versions are not compatible with older Access versions...such as Access 97 doesn't work reliably with MDAC 2.7, and is suggested to use MDAC 2.6 instead. You can get good troubleshooting through Microsoft's Support Knowledge Base (KB)...Do a search on MDAC or ODBC...here's a link to an informative KB for MDAC 2.7 (Article ID # 313008). It's a great starting point, that includes link for setup troubleshooting and getting to older MDAC versions. http://support.microsoft.com/kb/313008/en-us

    Keep up the great series of tips for this somewhat confusing area!

    Filed under: , , , , ,
  • 04-04-2008 4:59 PM In reply to

    Re: Microsoft Access and SQL Server Integration (Tip 1 of 4)

    jrea8830,

    Thank you for the insight and feedback.

    You are correct, this is another good tip from Tim Ford.

    Thank you,
    The MSSQLTips.com Team

    Filed under: , ,
  • 05-12-2008 6:30 AM In reply to

    • KSS
    • Top 500 Contributor
    • Joined on 05-12-2008
    • Posts 1

    Re: Microsoft Access and SQL Server Integration (Tip 1 of 4)

    Thank you for such a nice tip. I would rather say an article. Now the issue: We are running an SQL Server in a large organization in a small section. One User account (Lets Call is USER9999) was created on the server and the front-end application developed in MS Access 2003 is deployed on a Citrix Server. Users can log on to the Citrix Server and access this application through their Citrix Server account managed by a domain controller. The application residing on the Citrix Server connects to the SQL Serevr using the above mentioned account USER9999 which we created on the SQL server and is NOT a trusted account. Time and again users complain of not being able to execute the ODBC of this front-end application in MS Access 2003 since the machine on which this single application is installed tries to access the SQL Server using "Trusted  User Account". When this happens, we have to connect to the application and refresh the ODBC and Tables with "Linked Table Manager". In all these instances the culprit was the "bad" ODBC which was trying to access the SQL Server through Trusted Domain User Account NOT the SQL Server Account (as this option was checked all the time). My question is: Is there any way that we can create an ODBC and "engrave" in it to use SQL Server Account and NOT the Trusted account? The SQL Sever is the member of the domain and running a small database with few users.

    I will appreciate any comment on this issue,

     Thanks

  • 05-13-2008 6:57 PM In reply to

    • timmer26
    • Top 10 Contributor
    • Joined on 12-14-2007
    • Kalamazoo, MI, USA
    • Posts 23

    Re: Microsoft Access and SQL Server Integration (Tip 1 of 4)

    Very interesting behavior going on in your environment.  Can you confirm that you're using a System DSN and that it resides on the Citrix server where the Access .mdb resides?

    - Tim

    Tim Ford, MCSD
  • 10-06-2008 7:32 AM In reply to

    Re: Microsoft Access and SQL Server Integration (Tip 1 of 4)

    Did you ever find an answer to your question? We are running into the same issue. Even though we chose SQL Server authentication during setup, it defaults to the trusted connection and we have to uncheck and re-enter the user name and password.

Page 1 of 1 (6 items)