新微赢技术网
标题:
[求助]ASP搜索字段的值为中文时就搜不出了
[打印本页]
作者:
┗白觀喑
时间:
2010-1-19 06:53
标题:
[求助]ASP搜索字段的值为中文时就搜不出了
select * from 表 where 字段名=值
我这里的值是英文或者数字的时候,就能搜索到,但是中文的时候却搜不到。数据库是ACESS 2000的。
请问出错在哪里了呢?
附上我的代码这一部分
name = request("name")
set rs=cnnDB.execute("select top 1 * from ad where name='"&name&"'")
if not rs.eof then
response.write "&ok=1"
else
response.write "&ok=0"
end if
rs.close
set rs=nothing
表ad里面有个name字段,一条记录值是zhang 还有条值是 张
我测试的时候传入name=zhang就能找到有记录,但传入name=张 就提示找不到啊...头大...
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2