紧急[求助],关于读取指定的记录
我想读取数据库中的最后一条记录,用下面的程序,出现错误提示信息:错误类型:
Microsoft VBScript 运行时错误 (0x800A01A8)
缺少对象: ''
程序代码:
<%
set rs=server.CreateObject("adodb.recordset")
MaxIdSql="select * from userinfo"
set rsT=conn.execute(MaxIdSql)
NextId=rsT("ID")
recordset.Move "NextId"
UserName=rsT("UserName")
rs.close
conn.close
set rs=nothing
set conn=nothing
%>
各位朋友帮帮忙,帮我看一下,我错在哪了!在线等,急急急!!