错误类型:
Microsoft VBScript 编译器错误 (0x800A0401)
语句未结束
/driver/search.asp, line 4, column 64
sql="select * from table where "&resquest("sort")&"='&resquest("search")&' "
---------------------------------------------------------------^
if resquest("列名")<>"" then
sql="select * from table where "&resquest("列名")&"='&resquest("条件")&' "
else
sql="select * from table where a='b'"
end if
conn.execute sql