Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting Data from SQL Server to Access and Vice Versa

Status
Not open for further replies.

garpa

Programmer
Mar 22, 2003
4
0
0
GB
In Access, you can perform the following:

INSERT INTO 'c:\mynewdatabase.mdb'
SELECT * FROM MyTable

In SQL Server, it falls over, not allowing the data to be transferred from teh SQL Server database into my MDB file.

I know you can do it via a DBO.mydatabase within another SQL database inside SQL Server, but how to you provide a provider to connect to an external database?

This would relieve a BIG headache for me. Thanks!

Carl Harrison.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top