Persistent Connection to SQL tables

C

cvegas

We have been using a Access 2K for our application on a LAN. We want to
convert from using the tables in the mdb file to tables on a sql server.

Is there code, that anyone can recommed, that will automatically log the
user into the sql server and keep a persistent connection.

Thanks in advance for any direction you may be able to give me.
 
P

Pieter Wijnen

My method is to create a passthrough query & open a recordset against it in
the same way you'd do with a Jet BE

Pieter
 

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