검색조건 규격 검색이 잘않됩니다 도와주세요

사이트는 swj.co.kr 입니다

검색에 규격으로 검색하면 찾아내지못합니다
어떨때는 또 찾아내기도 합니다
아래 소스에 문제가 없을듯한데 어느 부분을 손을 데야 할지 .......도와주세요

..................상단생략.......................
<%
sel_sch = request("sel_sch")
sel_sch2 = request("sel_sch2")
sel_comp_code = request("comp_code")
'이전페이지 , 다음페이지....
'이 부분은 밑에 처리되었다...
'하이퍼링크로 이전페이지 다음페이지 한 부분에 가보면 있다...

session("CurrentPage") = 1

'이 부분은 페이지로 직접 접근하는 부분이다.
If Request.QueryString("GoTopage") <> "" then

session("CurrentPage") = Request.QueryString("GoTopage")
else

end If

If sel_sch2 = "" Then '검색어가 없다면
If sel_sch = "no1" Then '상품명으로 검색한거라면
If sel_comp_code = "" Then '회사코드가없으면
SQL = "select * from product where pr_name like '%" & sel_sch2 & "%' and chulryuk='y' order by pr_code"
else '회사코드도 포함이라면
SQL = "select * from product where pr_name like '%" & sel_sch2 & "%' and chulryuk='y' and pr_comp like '%" & sel_comp_code & "%' order by pr_code"
end if
else '규격코드로 검색한거라면
If sel_comp_code = "" Then '회사코드가없으면
SQL = "select * from product where pr_vol like '%" & sel_sch2 & "%' and chulryuk='y' order by pr_code"
else '회사코드도 포함이라면
SQL = "select * from product where pr_vol like '%" & sel_sch2 & "%' and chulryuk='y' and pr_comp like '%" & sel_comp_code & "%' order by pr_code"
end if
end if
else '정상적인 검색이라면
If sel_sch = "no1" Then '상품명으로 검색한거라면
If sel_comp_code = "" Then '회사코드가없으면
SQL = "select * from product where pr_vol like '%" & sel_sch2 & "%' and chulryuk='y' order by pr_code"
else '회사코드도 포함이라면
SQL = "select * from product where pr_vol like '%" & sel_sch2 & "%' and chulryuk='y' and pr_comp like '%" & sel_comp_code & "%' order by pr_code"
end if
else '규격코드로 검색한거라면
If sel_comp_code = "" Then '회사코드가없으면
SQL = "select * from product where pr_name like '%" & sel_sch2 & "%' and chulryuk='y' order by pr_code"
else '회사코드도 포함이라면
SQL = "select * from product where pr_name like '%" & sel_sch2 & "%' and chulryuk='y' and pr_comp like '%" & sel_comp_code & "%' order by pr_code"
end if
end if
end If

Set Grs = Server.CreateObject("ADODB.Recordset")
Grs.pagesize = 30
Grs.Open SQL,objconn,1
TotCount_search = Grs.RecordCount

if Grs.BOF or Grs.EOF Then
%>
<script language='javascript'>
alert('검색에 부합하는 상품이 없습니다.')
history.back();
</script>
<%
response.end
else
sql_f = "select comp_code,comp_name from company where comp_code = '" & Grs("pr_comp") & "'"
set rs_com_f = objConn.Execute (sql_f)
End if
%>
<tr>
<td width="689" align="left" valign="middle" height="31"> <p style='margin-left:30px; margin-right:5px;'> <font color="#495766">  <%=rs_com_f("comp_name")%> 회사에 대해 검색어 : <b><%=sel_sch2%></b>
(총 <%=TotCount_search%> 개의 항목을 검색했습니다)</font>
</p></td>
</tr>

<tr>
<td width="689" align="center" valign="top">
<table border="0" width="560" align=center cellspacing='0' cellpadding='0'>
<tr>
<td align='center' valign='top'>
<img src='/swshop/images/sub_05.gif' border='0' align='absmiddle'>
</tD>
</tR>
</table>
<!-- 탑 부분 인클루드 종료 -->
<table border="0" width="650" align=center cellspacing='0' cellpadding='0'>

<!-- 제품리스트 시작 -->
<tr>
<td width="689" align="center" valign="top">
<%
if Grs.BOF or Grs.EOF then
%>
<br><br>
검색된 상품이 없습니다.<br>
<br><br>
<%
response.End
else
Grs.absolutepage = session("CurrentPage")

session("pagecount")=Grs.pagecount
%>

.........하단생략...............
|

댓글 1개

직접 디비에 접속하셔서
query를 실행해 보세요.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
17년 전 조회 4,123
17년 전 조회 3,024
17년 전 조회 1,796
17년 전 조회 1,536
17년 전 조회 1,833
17년 전 조회 2,758
17년 전 조회 1,947
17년 전 조회 2,230
17년 전 조회 1,509
17년 전 조회 1,262
17년 전 조회 1,333
17년 전 조회 3,141
17년 전 조회 2,689
17년 전 조회 2,253
17년 전 조회 2,275
17년 전 조회 2,013
17년 전 조회 2,452
17년 전 조회 2,232
17년 전 조회 2,183
17년 전 조회 2,091
17년 전 조회 1,396
17년 전 조회 2,038
17년 전 조회 2,444
17년 전 조회 2,535
17년 전 조회 1,847
17년 전 조회 1,701
17년 전 조회 1,575
17년 전 조회 2,793
17년 전 조회 2,872
17년 전 조회 2,282
17년 전 조회 2,634
17년 전 조회 2,941
17년 전 조회 1,531
17년 전 조회 1,385
17년 전 조회 6,554
17년 전 조회 1,382
17년 전 조회 1,837
17년 전 조회 1,995
17년 전 조회 1,307
17년 전 조회 1,381
17년 전 조회 2,083
17년 전 조회 1,721
17년 전 조회 3,853
17년 전 조회 1,412
17년 전 조회 2,131
17년 전 조회 1,373
17년 전 조회 1,614
17년 전 조회 2,593
17년 전 조회 2,234
17년 전 조회 1,229
17년 전 조회 1,242
17년 전 조회 1,310
17년 전 조회 6,267
17년 전 조회 6,076
17년 전 조회 2,257
17년 전 조회 1,229
17년 전 조회 1,338
17년 전 조회 2,315
17년 전 조회 1,703
17년 전 조회 1,359
17년 전 조회 1,382
17년 전 조회 1,326
17년 전 조회 1,267
17년 전 조회 4,178
17년 전 조회 2,402
17년 전 조회 1,840
17년 전 조회 2,985
17년 전 조회 1,675
17년 전 조회 1,348
17년 전 조회 1,384
17년 전 조회 1,445
17년 전 조회 1,335
17년 전 조회 1,436
17년 전 조회 2,618
17년 전 조회 4,427
17년 전 조회 1,390
17년 전 조회 4,158
17년 전 조회 4,308
17년 전 조회 1,409
17년 전 조회 2,386
17년 전 조회 1,834
17년 전 조회 3,430
17년 전 조회 1,568
17년 전 조회 3,817
17년 전 조회 3,620
17년 전 조회 2,790
17년 전 조회 3,152
17년 전 조회 2,856
17년 전 조회 2,167
17년 전 조회 3,524
17년 전 조회 2,855
17년 전 조회 3,738
17년 전 조회 1,352
17년 전 조회 2,473
17년 전 조회 1,532
17년 전 조회 1,395
17년 전 조회 1,271
17년 전 조회 1,264
17년 전 조회 1,634
17년 전 조회 3,082