从.NET调用mysql中的存储过程会引发错误 - 所有参数必须明确设置其类型

时间:2010-07-15 11:00:31

标签: .net asp.net mysql stored-procedures

我有一个页面在我的本地系统中提交表单,但在我的生产系统中,当我点击我的提交按钮时,它会冻结我的Web开发人员工具栏中的错误

Error: Sys.WebForms.PageRequestManagerServerErrorException: When calling stored 
procedures and 'Use Procedure Bodies' is false, all parameters must have their
type explicitly set.

修改

我正在使用mysql.data.dll版本5.0.7.0

1 个答案:

答案 0 :(得分:1)

也许这有帮助?

MySQL stored procedure call from ASP.NET 2 throws Use Procedure bodies exception

如果不是,了解您使用的驱动程序可能会有所帮助。