How do I use linked SQL Tables

G

Guest

Hi all
We have an Access dB with several native tables and one linked SQL 2000
table. I just need to read the SQL table (Query) and want to use the SQL
"nolock"
in Access. What is what I need to do in order to make this happen? Any ideas?

Fritz
 
V

Van T. Dinh

Just do a normal Select Query and in the Query Property, select "Snapshot"
for Recordset type and "No Locks" for Locking.

Alternatively, you can use a Pass-Through Query since Pass-Through Queries
are Read-Only.
 

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