經安全檢測,此網站為安全網站,請放心前往原始網址!

How do I page through a recordset? - ASP FAQ

countSQL = "SELECT COUNT(*) FROM SampleCDs WITH (NOLOCK)" RowCnt = 0 set rs = conn.execute(countSQL) if not rs.eof then RowCnt = clng(rs(0)) end if if RowCnt = 0 then Response.Write "No rows found." Response.End

databases.aspfaq.com

網址安全性掃描由 google 提供