当前位置:编程学习 > JAVA >>

ibatis 操作 access 插入一条记录报异常

org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [60000]; error code [393216];   
--- The error occurred in sqlmapxml/sqlmap_infoPublish.xml.  
--- The error occurred while applying a parameter map.  
--- Check the insertInfoPublish-InlineParameterMap.  
--- Check the statement (update failed).  
--- Cause: java.sql.SQLException: Failed to insert a new record into table  infoPublish! For more information, please use SQLException.getNextException().; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:   
--- The error occurred in sqlmapxml/sqlmap_infoPublish.xml.  
--- The error occurred while applying a parameter map.  
--- Check the insertInfoPublish-InlineParameterMap.  
--- Check the statement (update failed).  
--- Cause: java.sql.SQLException: Failed to insert a new record into table  infoPublish! For more information, please use SQLException.getNextException(). iBATIS 异常 --------------------编程问答-------------------- --- The error occurred in sqlmapxml/sqlmap_infoPublish.xml.  
--- The error occurred while applying a parameter map.  
检查这个配置文件,和参数map
最好把配置也发出来
补充:Java ,  Web 开发
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,