> 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.