관리 메뉴

쿰뱅이

Value '0000-00-00' can not be represented as java.sql.Date 본문

WEB/JSP

Value '0000-00-00' can not be represented as java.sql.Date

주년 2011. 10. 11. 13:58
반응형

필드정의는 Date

필드값에 '0000-00-00' 값이 들어가 있을때

Selete를 해서 String 변수에 rs.getString로 담을때 나는 에러

 

해결책 :

jdbc:mysql://localhost:3306/mydbname?zeroDateTimeBehavior=convertToNull

반응형