Invaild column type
문제의 원인은 null 이 들어가서 타입오류가 원인!
values (#name#, #age#, #address#)
본래의 쿼리가 위와 같을 경우, address 가 null 로 들어갈 때 발생하면,
values (#name#, #age#, #address:VARCHAR:NO_ENTRY#)
'JAVA' 카테고리의 다른 글
ANSI character set and equivalent Unicode and HTML characters (0) | 2014.05.13 |
---|---|
[ERROR] 프로시저 시작지점 ... libapr-1.dll에서 찾을 수 없습니다. (0) | 2012.08.29 |
[ERROR] Select statements cannot be executed as an update (0) | 2011.05.20 |