or 的關係是不是這樣的寫的呢。!
<%dim cxfj
cxfj=request.form("guanjianzi")
set conn=server.createobject("adodb.connection")
conn.open"driver={microsoft access driver (*.mdb)};dbq="&server.mappath("data\gonggao.mdb")
set rs=server.createobject("adodb.recordset")
rs.open ("select * from tellist where bumen='"&cxfj&"' or danwei='"&cxfj&"' or name='"&cxfj&"' or fenji='"&cxfj&"'"),conn,1,1
if rs.eof then
response.write"sorry ! did not find anlything from your key"
end if
%>
執行的時候是錯誤,ODBC不支技!!!!
我那裡寫錯了呢!
[[italic] 本帖最后由 xunmi_love 于 2007-12-17 11:44 编辑 [/italic]]