Hello
I am facing issues in retrieving multiple record set using ODBC data reader from MYSQL.
I have created a store procedure and it has 3 select statements, now when i try to call this on query analyzer i can find the output tables but when i try calling the same from C# code i was able to get the first record set but not the rest of the things
when i do dr.NextResult() after this can able to do dr.read()
can any one help on this .
Manoj
I am facing issues in retrieving multiple record set using ODBC data reader from MYSQL.
I have created a store procedure and it has 3 select statements, now when i try to call this on query analyzer i can find the output tables but when i try calling the same from C# code i was able to get the first record set but not the rest of the things
when i do dr.NextResult() after this can able to do dr.read()
can any one help on this .
Manoj