Forum Moderators: open
When I am using an ASP.NET DataReader, I get this error all the time
Does anyone here use asp.net & MySQL?
Cheers
But most likely, the answer is in the error. You need to call myReader.Read() before trying to read a field with myReader.GetString or similar.