当前位置:asp编程网>贴吧>Database吧>  这段asp中使用的sql语句对么?
css123456css123456 楼主
css123456
发表于 2011-10-19 15:22:40 回顶端 
strSQLform="select * from news where title like "& strform "order by ID desc"
wangsdongwangsdong 2楼
wangsdong
发表于 2011-10-19 15:28:21 回顶端 
这个sql语句不正确 like需要与%号一起使用 应该改成 strSQLform="select * from news where title like '%"& strform &"%' order by ID desc"
共1页 每页20条 页次:1/1
  • 首页
  • 上一页
  • 1
  • 下一页
  • 尾页

关于我们-广告合作-联系我们-积分规则-网站地图

Copyright(C)2013-2017版权所属asp编程网