"sqlite" <[EMAIL PROTECTED]> wrote
in message news:[EMAIL PROTECTED]
> Thanks for your reply, we already tried this method but by executing
> the sqlite_reset function it will again prepare the rowset, which
> takes more time for us to get the initial record, is there any other
> way to get the initial record without reseting the rowset where
> takes less time to get the initial record.

Not with SQLite. You can, of course, just cache in memory the records 
you've already seen.

Igor Tandetnik 



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

Reply via email to