int rows = 0;
(rs.next())
{
rs.last();
rows = rs.getRow();

rs.absolute(i)这两个方法可以吗?我怎么看到有人说rs.last();在sqlserver里不能用?