Thanks Igor,

It occurred to me that sqlite3_step is similar to a cursor about thirty
minutes after I sent my email, while I was driving home.  That article
was very interesting; in our current custom database solution we have
cursors but the rest of our solution is so limited compared to SQLite I
can't see that not having a comparable cursor will be an issue as we are
not doing anything with our cursors that we couldn't do with
sqlite3_step.

Daniel

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Igor Tandetnik
Sent: Tuesday, July 22, 2008 5:25 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Cursors in SQlite

Brown, Daniel <[EMAIL PROTECTED]> wrote:
> Does SQLite support/implement cursors of any form

sqlite3_step is, in some sense, a forward-only cursor.

You might also find this interesting: 
http://www.sqlite.org/cvstrac/wiki?p=ScrollingCursor

Igor Tandetnik



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

Reply via email to