Linking MS Access table with SQL

raj08536

Active Member
Joined
Aug 16, 2007
Messages
322
Office Version
  1. 365
Platform
  1. Windows
Hi Gurus,

I have been trying to link SQL tables thru creating DSN in my pc. It is perfectly fine till I use the MS Access table from my PC but other users can't run this database from their pc.

Is there any easy way to link MS Access table with SQL Server?
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
I think you may need to physically set up the same connection on the other computers as well (this is what I have had to do when setting up an ODBC connection from our SQL server to our Access applications).
 
Upvote 0
Hi Joe

Following is my link properties.
Can I change DBQ path? Right now it is refering to my local drive and therefore, it is not shared by others. What is DBQ?

ODBC;DSN=PRD;DBQ=C:\Program Files\Khalix\Ontprd\cache\;CODEPAGE=1252;;TABLE=D0_HIER
 
Upvote 0
Are you saying the databases, or at least some of the tables are on your computer's hard drive? I think you'll need to move it to the network if you want others to be able to access it.

Here is how I set up my ODBC connections:

1. Go to Control Panel
2. Go to Administrative Tools
3. Go to Data Sources (ODBC)
4. Go to the System DSN tab
5. Click the Add button
6. Select the SQL Server option, then go through the Wizard.

I do that on each and every computer that is going to use this database.
 
Upvote 0

Forum statistics

Threads
1,214,817
Messages
6,121,717
Members
449,050
Latest member
MiguekHeka

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top