|
Pass the breakpoint test
strSql = "SELECT * FROM V_Bbs_PostDetails WHERE Post_Id =" + postid;
sdr = GetDataReader (strSql);
Smooth execution
I passed the ms sql query analyzer to execute strSql = "SELECT * FROM V_Bbs_PostDetails WHERE Post_Id =" + postid; sql statement, no problem!
sdr = GetDataReader (strSql); also executed! |
|