MySQL Forums
Forum List  »  Newbie

"Operation not allowed when the object is closed" when unlocking tables
Posted by: sharrakor sole
Date: August 28, 2010 09:22PM

I lock some tables, select information out of tableA, update some values in tableA, insert into tableB, then try to unlock the tables. everything works perfectly up until the unlock; i get the "Operation not allowed when the object is closed" error.

Any ideas? Really stuck on this one. Let me know if there is anything else I can tell you that may help.

Some other info (not sure what it means, so I'll just list it):

Exception occured in ADODB.Connection, Operation is not allowed when the object is closed. Help Path is C:\WINDOWS\HELP\ADO270.CHM and context 1240653 in ADODB.Connection

EDIT: Sorry, problem solved. Deep within my code, I had forgotten to comment out a MySQL disconnect.



Edited 2 time(s). Last edit at 08/28/2010 11:01PM by sharrakor sole.

Options: ReplyQuote


Subject
Written By
Posted
"Operation not allowed when the object is closed" when unlocking tables
August 28, 2010 09:22PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.