WEB开发网
开发学院WEB开发ASP 有关站内模糊查询的源程序! 阅读

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

 2001-01-11 10:56:27 来源:WEB开发网   
核心提示:if bh="" then sql="select * from sl where bh like '%"&ss&"%'"else bh=clng(bh)sql="select * from sl where bh=" &
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 

Tags:有关 模糊 查询

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接