欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

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

程序员文章站 2022-05-23 08:19:58
if bh="" then   sql="select * from sl where bh like %"&ss&"%" ...
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