[求助]多重查询错误,试了很多遍了。
dim sqlsql=""
if fb<>"" then
sql="fb='"&fb&"' "
end if
if zxs<>"" then
if sql<>"" then
sql=" and zxs=‘"&zxs&"' "
else
sql="zxs=’"&zxs&"'"
end if
end if
set rs1=Server.CreateObject("adodb.recordset")
sql="select * from info where "&sql
rs1.open sql,conn,1,1
错误类型:
Microsoft JET Database Engine (0x80040E14)
WHERE 子句语法错误。
/zixun/show.asp, 第 129 行