当前位置: 代码迷 >> Sql Server >> Unsupported method: ResultSet.first有关问题,小弟我已设Statement stmt
  详细解决方案

Unsupported method: ResultSet.first有关问题,小弟我已设Statement stmt

热度:267   发布时间:2016-04-27 19:34:57.0
Unsupported method: ResultSet.first问题,我已设Statement stmt
Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE );

------解决方案--------------------
If a driver implements the cursor movement methods in the JDBC 2.0 core API, its result sets can be scrollable. A scrollable result set's cursor can move both forward and backward as well as to a particular row. The following methods move the cursor backward, to the first row, to the last row, to a particular row number
  相关解决方案