TheWizardofInt
Well-known member
I am getting this error when I open a flat (dbAseIV) table with an ActiveX dll, then close it through the dll, then try to open the same table with ADO
Apparently the table is being left open exclusively.
How can I avoid this error. Research on this shows that the error almost always occurs by calling the database on the wrong thread, but I dont see how that might apply here.
Thanks to anyone who can help
Apparently the table is being left open exclusively.
How can I avoid this error. Research on this shows that the error almost always occurs by calling the database on the wrong thread, but I dont see how that might apply here.
Thanks to anyone who can help