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