鼻炎做ct有必要吗:帮忙看看怎么改啊..哪里出错了---急急急

来源:百度文库 编辑:高考问答 时间:2024/05/07 04:27:04
<%

id=trim(request.QueryString("id"))
Str=trim(request.QueryString("Str"))

set rs2 = server.createobject("adodb.recordset")
rs2.source = "select id,parentid,content from deeptree where by '%"&id&"%' "
rs2.open rs2.source,conn,1,1
if rs2.eof then response.write"<div align='center' font style='font-size:10pt;font-family: 宋体;color=green'><br><b>还没有添加栏目!</b><br></div><br><br>"

Pid=rs2("id")
%>
错误:
语法错误 (操作符丢失) 在查询表达式 'by '%394%'' 中。
主要是这:rs2.open rs2.source,conn,1,1