Notice
반응형
Recent Posts
250x250
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 정처산기
- node
- IntelliJ
- 이클립스
- input
- react
- txs
- 응용SW
- npm
- 책추천
- googleChart
- TSX
- html
- 이미지용량제한
- script
- Oracle
- createBro
- BREW
- googleCharts
- java
- 이론
- jsp
- Eclipse
- 병행프로세스와 상호배제
- js
- CSS
- php version
- SQL
- 붙여넣기방지
- SCIPRT
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