出了一个没有头绪的错误,大家请帮忙
bayun 2001-07-24 03:46:10 今天在编个分页的asp程序,突然出现一个搞不清楚的错误 set rs=nothing
set conn=createobject("adodb.connection")
conn.open "filedsn=d:\kwj\x1.dsn"
set rs=createobject("adodb.recordset")
sql="select xh,bt from dwxw where fl='"&fl&"' and fz='"&fz&"' and fx='"&fx&"' and yxsj>'"&now()&"'"
rs.open sql,conn,3,1
rs.pagesize=3
rs.absolutepage=1
response.write rs.absolutepage
返回的值应该是个正数吧,老是返回负数,急死我了,望各位大侠帮忙啊!
给分25