Memory Allocation Error in MySQL

Posted by Chinjoo on Stack Overflow See other posts from Stack Overflow or by Chinjoo
Published on 2010-06-05T16:21:05Z Indexed on 2010/06/05 16:22 UTC
Read the original article Hit count: 253

Filed under:
|

I am using MySql ODBC driver with .Net 3.5. I have created a stored procedure in MySQl which accepts around 15 parameters with types like datetime, varchar, Int32, Int64 etc.. When I run the SP from the query window with the arguments provided, it runs fine. But whwn I test using the .Net application, it gives exception with "Memory allocation error", MySQL native error code is 4001.

Any help will be much appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about mysql