Re: [sqlite] Moving Backwards in SQLite

2008-05-23 Thread Jay A. Kreibich
On Fri, May 23, 2008 at 12:13:39AM -0700, Roger Binns scratched on the wall: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > sqlite wrote: > > our workaround to move backwards is optimistic. if some one could help me in > > this regard, if could share some code for moving backwards it would

Re: [sqlite] Moving Backwards in SQLite

2008-05-23 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sqlite wrote: > our workaround to move backwards is optimistic. if some one could help me in > this regard, if could share some code for moving backwards it would be more > helpful to me. http://www.sqlite.org/cvstrac/wiki?p=ScrollingCursor Roger ---

[sqlite] Moving Backwards in SQLite

2008-05-23 Thread sqlite
Dear All, i have developed an application using SQLite which runs in the pocket pc device. My application has to show some messages in a list box (custom build) while moving forward im able to move the records one by one in the recordset. But when i move upwards im not able to move to the corresp