谢谢hangxj版主
改成strSql="select * from sc where title like '%"&txtname&"%'" 就可以,
那看来是这里有问题了:
dim list
list=request("list")
select case list
case "title"
list=title
case "nr"
list=nr
end select
title和nr都是我数据库的字段,可我看不出问题,不知该怎么改
改成strSql="select * from sc where title like '%"&txtname&"%'" 就可以,
那看来是这里有问题了:
dim list
list=request("list")
select case list
case "title"
list=title
case "nr"
list=nr
end select
title和nr都是我数据库的字段,可我看不出问题,不知该怎么改