Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 ODBC Connection Failed

Author  Topic 

cnbhold
Starting Member

43 Posts

Posted - 2010-03-24 : 10:16:06
I've created a Access 2007 database on a network share drive. This database has linked tables from a SQL server database. Whenever I have co-workers create an ODBC connections to match my settings and test the connection, they are unable to open any of the linked tables within the database. Error: ODBC- - - connection to 'Table Name' failed. Any thoughts on how to share this database with others?

Angel

DaleTurley
Yak Posting Veteran

76 Posts

Posted - 2010-03-24 : 12:10:56
Are the usernames you are all connecting with the same?
If not check the other users have permissions on the tables etc...
Go to Top of Page

cnbhold
Starting Member

43 Posts

Posted - 2010-03-24 : 13:55:08
The problem was that I created the ODBC connection under User DNS instead of System DNS. Then I removed all the linked tables, readded them with the ODBC connection listed under System DNS and now others are able to user the database.
Go to Top of Page
   

- Advertisement -