方法一:
sqlt="select COUNT(*) as tt from worktime "
set rst=conn.execute(sqlt)
text=rst("tt")
方法二:
<%= rsf.recordcount %>
统计记录总数的语句
阅读 34
2022-07-27
方法一:
sqlt="select COUNT(*) as tt from worktime "
set rst=conn.execute(sqlt)
text=rst("tt")
方法二:
<%= rsf.recordcount %>
相关推荐
精彩评论(0)