Locking when using Pass-Through Queries

D

Don

Hello, I have an Access 97 application that uses Pass-
Through Queries to a SQL Server 2000 database. I've
noticied some locking issues occur when running some of
the Pass-Through Queries.

The interface is a bound form to a linked table on the SQL
Server. When loading certain combos on this form it
invokes the Pass-Through query in RowSource property.
Even after loading the combos, the stored procedure in the
Pass-Through Query is still holding the lock. I would
think that the lock should be let go after the combo is
loaded.

Any thoughts or understanding on when the Pass-Through
lets go of the connection.

Thanks

Don
 

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