當前位置:
首頁 >
ASP处理多关键词查询实例代码
發布時間:2024/4/14
35
豆豆
生活随笔
收集整理的這篇文章主要介紹了
ASP处理多关键词查询实例代码
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在web開發中經常遇到多關鍵詞對對單個字段查詢,我一般是通過動態數組來實現的。當然多個關鍵詞的一般是用空格或,隔開,我這幾假設多個關鍵詞用空格隔開,關鍵字字符串為keyStr,具體代碼為。
程序代碼:
以下為引用的內容:
'關鍵字的搜索
str="select?*?from?tableName?where?id>4"
if?srhKey<>""?then
keyArr=split(srhKey,"?")
j=UBound(keyArr)
t=0
dim?keystrArr()
for?i=0?to?j
??if?keyArr(i)<>""?then
??redim?preserve?keystrArr(t)
??strfilter="(empZw?like?'%"&keyArr(i)&"%'?or?empDep?like?'%"&keyArr(i)&"%'?or?empGz?like?'%"
??strfilter=strfilter&keyArr(i)&"%'?or?empWy1?like?'%"&keyArr(i)&"%'?or?empWy2?like?'%"&keyArr(i)
??strfilter=strfilter&"%'?or?empYq?like?'%"&keyArr(i)&"%'?or?com_name?like?'%"&keyArr(i)&"%')"
??keystrArr(t)=strfilter
??t=t+1
??end?if
next north face jackets
keystr=join(keystrArr,"?and?")
str=str&"?and?"&keystr
end?if??
程序代碼:
以下為引用的內容:
'關鍵字的搜索
str="select?*?from?tableName?where?id>4"
if?srhKey<>""?then
keyArr=split(srhKey,"?")
j=UBound(keyArr)
t=0
dim?keystrArr()
for?i=0?to?j
??if?keyArr(i)<>""?then
??redim?preserve?keystrArr(t)
??strfilter="(empZw?like?'%"&keyArr(i)&"%'?or?empDep?like?'%"&keyArr(i)&"%'?or?empGz?like?'%"
??strfilter=strfilter&keyArr(i)&"%'?or?empWy1?like?'%"&keyArr(i)&"%'?or?empWy2?like?'%"&keyArr(i)
??strfilter=strfilter&"%'?or?empYq?like?'%"&keyArr(i)&"%'?or?com_name?like?'%"&keyArr(i)&"%')"
??keystrArr(t)=strfilter
??t=t+1
??end?if
next north face jackets
keystr=join(keystrArr,"?and?")
str=str&"?and?"&keystr
end?if??
轉載于:https://blog.51cto.com/naiht/226533
總結
以上是生活随笔為你收集整理的ASP处理多关键词查询实例代码的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Excel 不能直接打开文件的解决方法
- 下一篇: 自定义分页控件