Can rs.last() be used after calling the stored procedure?

Can rs.last() be used after calling the stored procedure? If yes what should be the CURSOR types?
[104 byte] By [869789itsmedebaa] at [2007-11-26 12:18:24]
# 1

> Can rs.last() be used after calling the stored

> procedure? If yes what should be the CURSOR types?

That would depend on the driver/database.

And as I said in your other post it is far more efficient to count records by just returning a count rather than a complete collection regardless of how you get to the end.

2055jschella at 2007-7-7 14:57:55 > top of Java-index,Archived Forums,Socket Programming...