Re: [sqlite] cursor question about sqlite3

2012-12-25 Thread Igor Tandetnik
genliu777 wrote: > according to the forward-only iteration through sqlite table records, i wish > i could realize some kind of funtions like next(), prev(), move(), > getbookmark() and setbookmark(), to bi-directionally iterate through table. http://www.sqlite.org/cvstrac/wiki?p=ScrollingCursor

[sqlite] cursor question about sqlite3

2012-12-25 Thread genliu777
according to the forward-only iteration through sqlite table records, i wish i could realize some kind of funtions like next(), prev(), move(), getbookmark() and setbookmark(), to bi-directionally iterate through table. i searched through this forum of "cursor" question about sqlite. someone tell