读书人

asp查询语句很简单但就是不会:(,该

发布时间: 2012-03-15 11:50:38 作者: rapoo

asp查询语句,很简单,但就是不会:(
sql= "select * from larchives where chatroom=yes and education like '% " & search_txt & "% ' "


chatroom=yes 老是不起作用,怎么写这个查询啊,知道的帮忙,谢谢!

[解决办法]
sql= "select * from larchives where chatroom= 'yes ' and education like '% " & search_txt & "% ' "

读书人网 >ASP

热点推荐