我做了个ASP网页,运行后有下面的提示Microsoft VBScript 编译器错误 错误 '800a0401' 语句未结束 /scdh/ p,行 5 sql = "select * from scdh where id="sdgdsfg" "------------------------------------^。我将第五行代码找出来放下面。sql = "select * from scdh where id="sdgdsfg" "全部的连接代码为<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%><!--#include file=" p"--><%set rs= eateobject(" cordset")sql = "select * from scdh where id="sdgdsfg" "rs.open sql,conn,1,1%>谁能告诉我我的问题出在哪了??