ssh2 向SQL Server 2005中插入数据出错

org.springframework.dao.InvalidDataAccessResourceUsageException:couldnotinsert:[rsglx... org.springframework.dao.InvalidDataAccessResourceUsageException: could not insert: [rsglxt.hbm.User]; nested exception is org.hibernate.exception.SQLGrammarException: could not insert: [rsglxt.hbm.User]
dao 中 getHibernateTemplate().save(u);
表中id自动增加的
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: 关键字 'user' 附近有语法错误。
<class name="rsglxt.hbm.User" table="user" schema="dbo" catalog="rsglxt">
<id name="id" type="java.lang.Integer">
<column name="id" />
<generator class="native"></generator>
</id>
展开
 我来答
badkano
2013-07-09 · 知道合伙人体育行家
badkano
知道合伙人体育行家
采纳数:144777 获赞数:885364
团长

向TA提问 私信TA
展开全部
正常在sqlserver里,user是个关键字,不能直接引用
如果user作为表名,比如一个查询语句
select * from [user]

也就是要在以user作为表名的外边用中括号,你的很有可能就是这个错误
你把user用中括号括起来试试
更多追问追答
追问
谢谢 这个解决了 但又出来个问题
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: 不能将显式值插入时间戳列。请对列列表使用 INSERT 来排除时间戳列,或将 DEFAULT 插入时间戳列。
new Timestamp(System.currentTimeMillis()) 这个时间怎么插入呢
追答
你表结构有吗?发来看看
还有你插入时的语句?你是要插入当前时间么?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式