일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- 오라클
- 스크립트
- SSL
- 호환성
- switch
- Oracle
- java
- @RequestBody
- exception
- 톰캣
- 이클립스
- HTML5
- spring form tag
- 네이버스마트 에디터
- 한글
- 웹 플랫폼 설치 관리자
- RADIO
- DB
- 날짜
- 문자열
- checbox
- json
- null
- maven
- MYSQL
- 전자정부 표준프레임워크
- JSTL
- jquery
- html
- php
- Today
- Total
개인적인 정리
Parameter index out of range (1 > number of parameters, which is 0). 본문
Parameter index out of range (1 > number of parameters, which is 0).
yeon.Biju 2018. 12. 6. 11:29
Parameter index out of range (1 > number of parameters, which is 0).
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
at com.mysql.jdbc.PreparedStatement.checkBounds(PreparedStatement.java:3717)
at com.mysql.jdbc.PreparedStatement.setInternal(PreparedStatement.java:3701)
at com.mysql.jdbc.PreparedStatement.setString(PreparedStatement.java:4541)
at core.log.impl.PreparedStatementLoggable.setString(PreparedStatementLoggable.java:165)
at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
...
오류 발생
INSERT
INTO
테이블명
( ...... )
VALUES
{ ?/**P*/, ?/**P*/, ?/**P*/, ?/**P*/, ?/**P*/, 'N', now(), now(), ?/**P*/ }
VALUES 뒤에 () 가 아닌 {} 여서 발생.