Yitzchok / subsonicproject

Automatically exported from code.google.com/p/subsonicproject
0 stars 0 forks source link

MySql InnoDBDataProvider StoredProcedures with out parameters are not executed #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MySql InnoDBDataProvider raises an internal exception while invoking a stored 
procedure which takes no parameters.

I worked well by passing a dummy parameter in parameter collection.

What steps will reproduce the problem?
1. Create a StoredProcedure in MySql using InnoDBDataProvider
2. Create DAL using Subsonic
3. Try to execute the StoredProcedure using DAL

What is the expected output? What do you see instead?
Expected a DataSet, Instead raised an error object reference not set to an 
instance 

What version of the product are you using? On what operating system?
2.1 final on Windows XP, .Net Framework 2.0 SP2

Original issue reported on code.google.com by varapras...@gmail.com on 1 May 2009 at 6:43