can't commit or rollback, MySQL out of sync error on .net
- by sergiogx
Im having trouble with a stored procedure, I can't commit after I execute it.
Its showing this error "[System.Data.Odbc.OdbcException] = {"ERROR [HY000] [MySQL][ODBC 5.1 Driver]Commands out of sync; you can't run this command now"}"
The SP by itself works fine.
does anyone have idea of what might be happening?
.net code:
[WebMethod()]
…