Hi,
My setup: ADO connection using adUseClient for the cursor location. Database is *not* split.
I have a button (lets call it test) that connects to a database, and sends a simple query “selects * from myTable”, then closes the connection. I can click on this button as many times as I want without
error or issues.
The problem: The moment I switch my form to ‘Design View’ and back to ‘Form’ view I will receive error: -2147467259 (database placed in locked state by me).
I can fix this by: Closing the form and reopening it in form View.
I can even fix this by: Opening any table (even one Im not quering) and closing that table
Thoughts?