我嵌套了一段<%
StrDSN="driver={SQL server};server=(local);DataBase=travelsoft;UID=newline;PWD=newline;"
set Conn = Server.CreateObject("ADODB.Connection")
Conn.open StrDSNtopb="select iplanid,icorphotelid,cname=dbo.f_str_hotel("+request.QueryString("id")+",icorphotelid) from t_planhotel where  iplanid="+request.QueryString("id")+" group by iplanid,icorphotelid"
response.Write(topb)
set rsp=conn.execute (topb)
if rsp.eof and rsp.bof then   
  Response.Write("<TR><TD height=30> 没有找到符合条件的记录<br></TD></TR>")
else%>编译运行后,提示说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误信息: CS1002: 应输入 ;源错误: 行 119: </TD>
行 120: <TD colspan="5"><%
行 121:StrDSN="driver={SQL server};server=(local);DataBase=travelsoft;UID=newline;PWD=newline;" 这个是要怎么写,还是根本就不能嵌套?