When i start my web application and try to read data from my SQL Server using SqlDataReader I getting error : Invalid attempt to read when no data is present.
Plz help me its urgent.
Reply By:
bmains
Reply Date:
9/29/2004 9:59:37 AM
Could you post code?
Reply By:
bmains
Reply Date:
9/29/2004 10:03:12 AM
Oh wait, are you doing While objDataReader.Read() to access the data? You have to do it like this: