SQL Connection

  • Thread starter Thread starter Ant
  • Start date Start date
A

Ant

Hi,
Can any one help with how to crate a SQL Connection.adp? I have liked to
other databases and Excel workbooks in the bast useing File... Get external
data but cant work out how to import or link SQL. ( *.adp file type if
there is more than one way)

Thanks for any help.
 
No data is stored locally in an ADP, it's a front-end application file only.
The data is stored in a SQL Server database. To link or import data from a
SQL Server database, from the 'Files of type' list, choose 'ODBC Databases'.
 
To Connect to SQL Server with Access ADP, you click menu
"File->Connection...", which brings up "Data Link Properties" dialog box,
where you specify SQL Server name, database name and login information, in
order to get the ADP connected.

If you want to import or link an SQL Server database with Access, you do not
use *.adp, you use *.mdb via ODBC.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top