게시판의 글을 올리려고 하면 안됩니다.
- 작성자 :
- 김*오
- 작성일 :
- 2010-07-28 14:33:46
- 조회수 :
- 3,170
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
사이베이스에서 발생한 오류입니다.
제가 보아서는 SqlMap의 SQL이 사이베이스에서는 오류를 발생하게 하는 것 같은데.
자세한 건 저도 잘 모르겠어요..
어떻게 해야 정정될수 있을 까요?
데이터 처리 중 오류가 발생하였습니다.
SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in egovframework/sqlmap/com/cop/bbs/EgovBoard_SQL.xml. --- The error occurred while applying a parameter map. --- Check the BBSManageDAO.insertBoardArticle-InlineParameterMap. --- Check the statement (update failed). --- Cause: com.sybase.jdbc4.jdbc.SybSQLException: Implicit conversion from datatype 'CHAR' to 'NUMERIC' is not allowed. Use the CONVERT function to run this query.
제가 보아서는 SqlMap의 SQL이 사이베이스에서는 오류를 발생하게 하는 것 같은데.
자세한 건 저도 잘 모르겠어요..
어떻게 해야 정정될수 있을 까요?
데이터 처리 중 오류가 발생하였습니다.
SqlMapClient operation; bad SQL grammar []; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in egovframework/sqlmap/com/cop/bbs/EgovBoard_SQL.xml. --- The error occurred while applying a parameter map. --- Check the BBSManageDAO.insertBoardArticle-InlineParameterMap. --- Check the statement (update failed). --- Cause: com.sybase.jdbc4.jdbc.SybSQLException: Implicit conversion from datatype 'CHAR' to 'NUMERIC' is not allowed. Use the CONVERT function to run this query.
A
안녕하세요.. 김광오님..
해당 오류는 사용된 CONVERT function의 문제입니다.
Sybase쪽 document를 참조하시면 될 것 같습니다.
오류의 내용도 확인해 보시면 어느 부분의 문제인지 확인하실 수 있습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
해당 오류는 사용된 CONVERT function의 문제입니다.
Sybase쪽 document를 참조하시면 될 것 같습니다.
오류의 내용도 확인해 보시면 어느 부분의 문제인지 확인하실 수 있습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.