한

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

· 2008-06-12 (목) 18:32:03 · 2147 · 1
사이트는 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개

2008-06-14 (토) 16:01:04
직접 디비에 접속하셔서
query를 실행해 보세요.
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
12-08-29 조회 3,914
12-08-07 조회 3,590
12-08-03 조회 3,503
12-07-31 조회 3,619
12-07-30 조회 3,575
12-07-16 조회 3,786
12-07-15 조회 3,489
12-07-07 조회 3,486
12-07-06 조회 3,599
12-07-03 조회 3,634
12-06-29 조회 3,226
12-06-22 조회 3,589
12-06-17 조회 3,706
12-05-21 조회 3,774
12-05-02 조회 3,357
12-05-02 조회 4,149
12-05-02 조회 3,263
12-04-30 조회 3,417
12-04-30 조회 3,126
12-03-17 조회 3,949
12-03-10 조회 3,339
12-03-08 조회 3,759
12-03-03 조회 3,516
12-02-27 조회 4,930
12-02-17 조회 4,280
12-02-16 조회 4,436
12-02-03 조회 3,260
12-01-31 조회 3,017
12-01-24 조회 3,077
12-01-17 조회 3,831
12-01-05 조회 3,386
11-12-30 조회 3,005
11-12-23 조회 4,621
11-12-08 조회 3,370
11-12-07 조회 4,351
11-11-27 조회 3,771
11-11-25 조회 4,106
11-11-23 조회 3,496
11-11-22 조회 3,446
11-11-09 조회 3,177
11-10-23 조회 3,078
11-10-19 조회 3,055
11-10-08 조회 2,761
11-10-04 조회 2,774
11-10-04 조회 5,216
11-09-01 조회 4,274
11-08-13 조회 2,450
11-08-06 조회 3,140
11-07-11 조회 3,539
11-06-27 조회 2,909
11-06-21 조회 2,549
11-06-13 조회 2,356
11-06-07 조회 2,369
11-05-26 조회 2,366
11-04-20 조회 2,679
11-03-21 조회 2,767
11-03-18 조회 2,462
11-03-11 조회 2,502
11-02-07 조회 2,321
11-01-18 조회 2,639
11-01-12 조회 2,363
11-01-06 조회 2,481
10-12-10 조회 2,742
10-12-09 조회 2,408
10-12-08 조회 4,992
10-11-29 조회 2,530
10-11-28 조회 2,737
10-11-28 조회 2,588
10-11-19 조회 2,776
10-11-04 조회 2,677
10-10-21 조회 2,387
10-10-19 조회 3,337
10-10-12 조회 2,660
10-10-07 조회 2,480
10-09-30 조회 3,445
10-09-17 조회 3,842
10-09-17 조회 3,809
10-05-31 조회 3,473
09-12-31 조회 3,622
09-07-23 조회 4,926
08-09-16 조회 3,173
08-09-06 조회 2,891
08-09-04 조회 3,326
08-08-16 조회 4,380
08-08-15 조회 3,250
08-08-14 조회 4,462
08-08-12 조회 3,825
08-07-23 조회 2,747
08-07-10 조회 3,689
08-07-04 조회 2,913
08-06-27 조회 7,567
08-06-19 조회 4,854
08-05-27 조회 5,468
08-05-25 조회 5,296
08-05-23 조회 3,367
08-05-23 조회 4,507
08-05-21 조회 4,891
08-05-20 조회 4,013
08-05-20 조회 3,249
08-04-18 조회 4,283