Notice
반응형
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Oracle
- java
- react
- 책추천
- 정처산기
- TSX
- 이클립스
- npm
- 에라토스테네스의 체
- 백준
- html
- IntelliJ
- 자료구조
- Stack
- 응용SW
- input
- HashMap
- script
- 수학
- BREW
- jsp
- Eclipse
- SQL
- node
- 문제풀이
- googleChart
- set
- js
- deque
- Algorithms
Archives
- Today
- Total
목록exception (1)
반응형
개발하자
[SQLException] java.sql.SQLException: JDBC-90627:Not all parameters are bound.
not all parameters are bound = 변수를 전부다 bound 하지 않았다는 뜻 public String insert(){ String insert = ""; insert += "INSERT INTO SUPPORT_T("; insert += "BUSI_SUPPORT_CD, "; insert += "BUSI_SUPPORT_NM, "; insert += "BUSI_SECTION_CD, "; insert += "OPEN_YN, "; insert += "REG_START_DT, "; insert += "REG_END_DT, "; insert += "BUSINESS_OUTLINE"; insert += ") VALUES ("; insert += "?,?,?,?,?,?,?)"; return inse..
ERROR/SQL
2023. 9. 13. 16:15