how can move to previous JdbcResultSet.
Now, for count (recordcount), i count one by one the records:
but, then i need show the first record to user, and next, and next, an previous ( Move into recordset).
how?
If this is not posible, Can i cast the JdbcResultSet to ResultSet o similar.?
Now, for count (recordcount), i count one by one the records:
B4X:
Do While Cursor.NextRow
Cuenta = Cuenta+ 1
loop
but, then i need show the first record to user, and next, and next, an previous ( Move into recordset).
how?
If this is not posible, Can i cast the JdbcResultSet to ResultSet o similar.?