Subject Scrollable ResultSets
Author Clemens Eisserer
Hello,

does Firebird support scrollable resultsets, which are not completly
fetched from server as soon as they are created?
What I would like to do would be calling
RestultSet.last()/ResultSet.first() without loading the whole data
from the server.

Thank you in advance, lg Clemens