I'm migrating my asp application from ms sql server to mysql. All views and stored procedures have been successfully modified and created in mysql without error.
When I use the application I get the following error:
--------------------------------------------------------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 5.1 Driver][mysqld-5.5.8]Commands out of sync; you can't run this command now
--------------------------------------------------------------------------------
All the references to this error message I could find refer to clients that directly execute mysql functions. This, of course, is not the case with ASP/ADO as all such functions are executed behind the scenes.
I can't believe I'm the only one having this problem. Can someone please tell me what is causing the error?
Rich
When I use the application I get the following error:
--------------------------------------------------------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 5.1 Driver][mysqld-5.5.8]Commands out of sync; you can't run this command now
--------------------------------------------------------------------------------
All the references to this error message I could find refer to clients that directly execute mysql functions. This, of course, is not the case with ASP/ADO as all such functions are executed behind the scenes.
I can't believe I'm the only one having this problem. Can someone please tell me what is causing the error?
Rich