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
- SQL
- IntelliJ
- jsp
- java
- HashMap
- Stack
- BREW
- node
- 책추천
- 백준
- TSX
- html
- 자료구조
- Algorithms
- input
- 문제풀이
- deque
- script
- googleChart
- 에라토스테네스의 체
- npm
- Eclipse
- 응용SW
- Oracle
- set
- 정처산기
- 이클립스
- js
- react
- 수학
Archives
- Today
- Total
목록ERROR/SQL (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