Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- ajax
- Ajax댓글
- SQL 명령어가 올바르게 종료되지 않았습니다.
- ASP.NET 방명록
- JavaScript
- 자바스윙
- json
- ASP.NET
- Repeater
- jsp
- 페이지 간 게시
- prototype
- prototype.js
- RowCount 폐이징
- ASP.NET 회원가입
- 테이블또는 뷰가 존재하지 않습니다.
- hyperlink 쿼리스트링 바인딩
- ASP.NET Error
- 객체생성
- DataList컨트롤
- Ajax한글 처리문제
- 자동완성기능
- 우편번호검색
- 스크립트릿
- JDK1.5
- 이벤트 처리
- XML
- Oracle 10g
- 웹표준
- ORA-00942
Archives
- Today
- Total
IT 쟁이
The method setDate(int, Date) in the type PreparedStatement is not applicable for the arguments (int, Date) 본문
JSP/error
The method setDate(int, Date) in the type PreparedStatement is not applicable for the arguments (int, Date)
클라인STR 2008. 5. 17. 05:09이에러는 java.sql.Date 와 java.util.Date와 의 차이점때문에온다. 사용할 타입을 확실히 정하게 사용하도록 하자
!!!!!
!!!!!
Comments