1. 程式人生 > >org.hibernate.exception.SQLGrammarException: could not extract ResultSet

org.hibernate.exception.SQLGrammarException: could not extract ResultSet

span could not sql log ould 不一致 dialect nat 如果

這個故障的原因比較多:

1.如數據庫中的字段和類中的字段類型不一致;

2.數據庫dialect不夠具體

myeclispe自動生成的是 org.hibernate.dialect.SQLServerDialect

如果連接的是SQLSERVER 2008 則可以寫成org.hibernate.dialect.SQLServer2008Dialect

org.hibernate.exception.SQLGrammarException: could not extract ResultSet