请教(急)
function dbuserexist(str)set subrs=conn.execute("select * from user where username='"+str+"'")
if not (subrs.eof and subrs.bof) then dbuserexist=true
rsclose(subrs)
end function
运行时总提示说:“FROM 子句语法错误。”
是怎么回事啊。
2005-04-21 18:20

2005-04-21 20:48