hibernate输出如下语句后抛异常
Hibernate: select count(*) as col_0_0_ from cst_investunit cstinvestu0_
Hibernate: select top 7 cstinvestu0_.investunit_id as investunit1_, cstinvestu0_.investunit as investunit30_, cstinvestu0_.area_name as area3_30_, cstinvestu0_.description as descript4_30_, cstinvestu0_.telephone as telephone30_, cstinvestu0_.fax as fax30_, cstinvestu0_.postalcode as postalcode30_, cstinvestu0_.url as url30_, cstinvestu0_.memo as memo30_ from cst_investunit cstinvestu0_ order by cstinvestu0_.investunit_id
Hibernate: select count(*) as col_0_0_ from cst_investunit cstinvestu0_
Hibernate: select top 14 cstinvestu0_.investunit_id as investunit1_, cstinvestu0_.investunit as investunit30_, cstinvestu0_.area_name as area3_30_, cstinvestu0_.description as descript4_30_, cstinvestu0_.telephone as telephone30_, cstinvestu0_.fax as fax30_, cstinvestu0_.postalcode as postalcode30_, cstinvestu0_.url as url30_, cstinvestu0_.memo as memo30_ from cst_investunit cstinvestu0_ order by cstinvestu0_.investunit_id
- SQL Error: 8009, SQLState: HY000
- [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确。参数 1 (""): 数据类型 0x38 未知。
- Handler execution resulted in exception - forwarding to resolved error view
org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not execute query; uncategorized SQLException for SQL [select cstinvestu0_.investunit_id as investunit1_, cstinvestu0_.investunit as investunit30_, cstinvestu0_.area_name as area3_30_, cstinvestu0_.description as descript4_30_, cstinvestu0_.telephone as telephone30_, cstinvestu0_.fax as fax30_, cstinvestu0_.postalcode as postalcode30_, cstinvestu0_.url as url30_, cstinvestu0_.memo as memo30_ from cst_investunit cstinvestu0_ order by cstinvestu0_.investunit_id]; SQL state [HY000]; error code [8009]; [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确。参数 1 (""): 数据类型 0x38 未知。; nested exception is java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确。参数 1 (""): 数据类型 0x38 未知。
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]传入的表格格式数据流(TDS)远程过程调用(RPC)协议流不正确。参数 1 (""): 数据类型 0x38 未知。