Hi
I have this SQL statement:
I get this error:Code:string Messages_SQL = "SELECT COUNT(Questions) FROM Progress WHERE QuestionBy = '" + Session["User"]+ "' AND Read = 'No'";
If i comment out the "AND Read = 'No'" part then it works but obviously i don't get the results i need.Code:IErrorInfo.GetDescription failed with E_FAIL(0x80004005)
Anyone see what i am doing wrong?


Reply With Quote