首页 > 学院 > 开发设计 > 正文

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

2019-11-18 21:27:24
字体:
来源:转载
供稿:网友
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  

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表