On 12 Oct 2016, at 5:49pm, Igor Korot <ikoro...@gmail.com> wrote:

> Forward cursors are supported by means of prepare()/step(), but what
> about backward cursors?

If you consider the use of prepare()/step() to be a forward cursor, then it 
supplies a backward cursor too.  Just add "DESC" to the end of your "ORDER BY" 
clause.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to