G
Guest
hai I am developing ASP.NET application in c#, when i am trying to execute the datareader to read the values from the table i am getting this error: ExecuteReader requires an open and available Connection. The connection's current state is Close
Mine is a sqlserver 2000, and my connection string is "workstation id=CHOWIZ-3TZDPTXM;packet size=4096;integrated security=SSPI;data source=CHOWIZ-3TZDPTXM;persist security info=False;initial catalog=Assessment"; I got the error in a line conn.open()
what could be the cause?
Mine is a sqlserver 2000, and my connection string is "workstation id=CHOWIZ-3TZDPTXM;packet size=4096;integrated security=SSPI;data source=CHOWIZ-3TZDPTXM;persist security info=False;initial catalog=Assessment"; I got the error in a line conn.open()
what could be the cause?