读取数据库统计问题
[quote] <% Set rsgj=server.createobject("adodb.recordset")sqlgj="select * from jg where ischeck like 0 and isdeletetozhan = '否' and (lastxueli='本科' or lastxueli='硕士' or lastxueli='博士') order by id desc"
rsgj.open sqlgj,conn,1,1
%>[/quote]
这段代码在昨天能正常统计,可是今天统计不出来,没统计数了,不知道问题出在哪里
<%=rsgj.RecordCount %>
<% rsgj.close
Set rsgj=Nothing %>
页:
[1]
