vote up 0 vote down star

Hi I have the following scenario. I am calling stored procedures to MySQL 5.x from my .NET 2 application. All stored procedures have parameters and they work fine with the exception of two which throw the following exception (only when deployed to production):

"When calling stored procedure and 'Use Procedure bodies' is false, all parameters must have their type explicitly set.

This only occurs on the "production" environment. On my development machine, everything works fine in all cases.

Any ideas? Thanks in advance, Tim

flag

60% accept rate

1 Answer

vote up 0 vote down check

OK solved. I was passing DBNULL.Value as a parameter which it did not like apparently.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.