Subject About Resultset
Author Francisco Vieira

Does anybody know if is possible to create Statment this way in Firebird? In other words, can I scroll resultset in Firebird? That would be a pitty if is not possible.
 
When conecting like this:
stmt = c.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_READ_ONLY);
I get a SQLException:
Not implemented yet
 
If is not possible to scroll resultset, does anybody know another way to do this?
 
Thank you very much