Commands out of sync; You can't run this command now

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Commands out of sync; You can't run this command now

Post by KW » Thu 12 Dec 2013 17:59

I upgraded from a pervious version of MySQL: 6.50.214.0 to the latest version.

Now I am getting Commands out of sync; You can't run this command now from code that as reliably run under the previous version. How do I resolve this issue?

The problem occurs during a transaction. I've tried setting the transaction to different levels but no dice ( readuncommited, chaos, etc)

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Re: Commands out of sync; You can't run this command now

Post by KW » Thu 12 Dec 2013 18:09

The new version of dotconnect works correctly now with linq to sql, and actually this error should be thrown.

Please disregard.

Post Reply