게시판 본문 ASP, ASP.NET, IIS & Script - Read Only
형식이 일치하지 않습니다에러 |
---|
작성자: 이석환
작성일시: 2008-12-28 02:32,
조회수: 2,433
|
다음은 리스트에서 코멘트 갯수를 찍어주는 부분에서 에러가나는건데요
첫번째 데이타는 잘찍히는데 두번째 데이타 찍을때부터 에러가나는데 뭐가 문제인지 잘모르겟습니다. 도움좀 주심 감사하겟습니다. <table width="596" height="99" > <tr align="center"> <td>번호</td><td>이름</td><td>이메일</td><td>내용</td> </tr> <% For i=0 To Ubound(ArrList,2) num=ArrList(0,i) name=ArrList(1,i) email=ArrList(2,i) content=ArrList(3,i) Dim paramInfo1(0) '<<여기서 에러가 납니다. paramInfo1(0) = DBHelper.MakeParam("@num",adInteger,adParamInput,10,num) Set rs = DBHelper.ExecSPReturnRS("comment_count", paramInfo1, Nothing) If rs.eof Then count=0 Else count=rs(0) End If rs.close %> <tr align="center"> <td><%=arrNum%></td> <td><a href="board_view.asp?num=<%=num%>"><%=name%></a>[ <%=count%> ]</td> <td><%=email%></td> <td><%=content%></td> </tr> <% arrNum = arrNum - 1 Next DBHelper.Dispose Set DBHelper = Nothing %> </table> |
IP 주소: 222.112.2.13
|
전체 2,095 건의 게시물,
84 페이지로 구성된
ASP, ASP.NET, IIS & Script 게시판의
11 페이지입니다.
게시물 | ||||
---|---|---|---|---|
1,944 | 2009-02-25 | 7,244 | ||
1,943 | 2009-02-20 | 3,863 | ||
1,942 | 2009-02-23 | 4,068 | ||
1,941 | 2009-02-18 | 3,781 | ||
1,940 | 2009-02-18 | 3,769 | ||
1,939 | 2009-02-19 | 3,722 | ||
1,938 |
이석환 |
2009-01-22 | 4,602 | |
1,937 | 2009-01-23 | 3,922 | ||
1,936 |
김종식 |
2009-01-20 | 1,276 | |
1,935 | 2009-01-20 | 4,557 | ||
이석환 |
2008-12-28 | 2,433 | ||
1,933 | 2008-12-29 | 4,539 | ||
1,932 |
이석환 |
2008-12-19 | 2,386 | |
1,931 |
re: DBHelper [1] |
2008-12-19 | 4,141 | |
1,930 |
re: DBHelper [1] |
2008-12-21 | 4,104 | |
1,929 | 2008-11-20 | 4,332 | ||
1,928 | 2008-11-22 | 4,076 | ||
1,927 | 2008-11-04 | 7,265 | ||
1,926 | 2008-11-04 | 4,899 | ||
1,918 |
dvpkam |
2008-10-28 | 1,279 | |
1,917 | 2008-10-28 | 4,263 | ||
1,915 |
초급자 |
2008-10-22 | 3,139 | |
1,914 | 2008-10-23 | 8,715 | ||
1,910 | 2008-10-21 | 4,461 | ||
1,909 | 2008-10-21 | 4,507 |