Clive.Bluston-cPKiotmf5pXN/[EMAIL PROTECTED] wrote:
sqlite3_step() is great for scrolling forward through a result set. Is there a way to scroll backwards?
Store the ROWIDs of the records you've seen so far, retrieve each record by its ROWID as needed. Or, just store complete rows.
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------