Data transfer from Jet to SQL Server

  • Thread starter Thread starter Einat Lapid
  • Start date Start date
E

Einat Lapid

Hi,

I'd like to transfer Jet data to SQL Server. I have a connection from the
Jet machine to SQL Server but not the other way around (which exclude the
linked server solution).

Idealy I would like to do somthing like this :

insert into SQL.TABLE select * from Jet.Table

Can I do that ? What is the spesific syntax ?

Thanks,

Gil
 
Einat said:
Hi,

I'd like to transfer Jet data to SQL Server. I have a connection from
the Jet machine to SQL Server but not the other way around (which
exclude the linked server solution).

Idealy I would like to do somthing like this :

insert into SQL.TABLE select * from Jet.Table

Can I do that ? What is the spesific syntax ?

If you create a link to the SQL table in your Access app then what you have
above is exactly the syntax you need if you just remove the "SQL." and "Jet.".
 
Thanks - is there way to do that without modifying the source (jet)database
?
 

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