Sql Server and access

W

White

Hello i have an access database and i want to exchange data with an existing
database in SQL Server 2005 how can this happen?
 
S

Sylvain Lafontaine

Many possibilities here. The easiest one would be to use linked tables and
passthrough queries but you can also go with DAO or ADO to make direct calls
to the server. Take a look at the following newsgroups:

m.p.access.externaldata
m.p.access.odbcclientsvr
m.p.data.ado
m.p.data.odbc

as well as other newsgroups. However, this newsgroup
(m.p.access.adp.sqlserver) is about ADP and SQL-Server. It's another way to
communicate with SQL but it's not designed to be done from MDB or ACCDB
database files; so it's not probably your cup of tea.
 

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

Top