Help....
Hey Guys,
Can you help me with this exception.
I'm using VS.NET interfacin with MySql.
There is already an open DataReader associated with this Connection which must be closed first.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: There is already an open DataReader associated with this Connection which must be closed first.
Source Error:
Line 81: OdbcDataReader myReader;
Line 82:
Line 83: myReader = myCommand.ExecuteReader();
Line 84: myReader.Close();
Line 85:
|