FROM 子句语法错误
ttoth 2004-01-10 03:24:34 Microsoft JET Database Engine 错误 '80040e14'
FROM 子句语法错误。
/金和田/manager/addmodify.asp,行 13
if request.querystring("do")="modify" then
objrs.open "select * from "+request.querystring("type")+" where 序号="+request.querystring("id")+"",conn,1,3
else
objrs.open "select * from "+request.querystring("type")+"",conn,1,3
end if
就是上面的两个sql语句的错误!!请各位帮忙!!