Hai Handsome <[EMAIL PROTECTED]>
wrote:
How to use step function in bidirection (Next and Previous) ?

I write the database application that use SQLite v3.4.1 and I place
two buttons "Next" and "Previous" for go forward and go backward of
row. I found SQLite has only "sqlite3_step(stmt)" function that can
do only go forward in "Next" button, but i not found the function for
backward.

There is none. SQLite only allows forward enumeration.

Save ROWIDs of rows already visited, retrieve contents of each such row with a separate query.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to