Error 3734 on Linked Table

M

Max

Have 2 mdb files where DB1 has a linked table from DB2. In the AfterUpdate
of a bound control on a form in DB1, the following command is issued:
Set rb=CurrentDB().OpenRecordset ("LinkedTableFromDB2")
This generates error 3734 "DB has been placed in a state by user 'X' on
machine 'XX' that prevents open or lock."
Neither database is secured or restricted.
How can I overcome this error? KB does not have a command line switch for
opening DB2 in shared mode - is there one that will solve this issue?
Thanks in advance.
 

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

Similar Threads


Top