Re: Can rs.last() work..?????



I forgot to mention I even tried

CallableStatement cstmt = dbconnection.prepareCall("" + "{call
CallProcedureNames()}",
ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_READ_ONLY);

.