当前位置: 移动技术网 > IT编程>开发语言>.net > 有关站内模糊查询的源程序!

有关站内模糊查询的源程序!

2019年01月13日  | 移动技术网IT编程  | 我要评论

行唐县卫星地图,高职高专排名,喜爱夜蒲3高清国语

if bh="" then
   sql="select * from sl where bh like %"&ss&"%"
  else
bh=clng(bh)
sql="select * from sl where bh=" & bh & " "
end if
  if nam<>"" then
  sql=sql&" and nam like %"&nam&"% "
   end if
  if jz<>"" then
   sql=sql&" and jz like %"&jz&"% "
end if
if pc<>"" then
pc=cint(pc)
  sql=sql&" and pc="&pc&" "
  end if
  if zw<>"" then
  sql=sql&" and zw like %"&zw&"% "
end if  

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网