gizu tseng <gizu.ts...@gmail.com> wrote:
> I am porting my Java applications from Oracle Lite to SQLite and
> getting those error message: “SQLite only supports TYPE_FORWARD_ONLY
> cursors”.
> I’d like to know if there is any (updated) SQLite JDBC driver that
> supports the TYPE_SCROLL_INSENSITIVE cursors?

I doubt it. This is not a limitation of the drivers, but of SQLite itself. The 
only operation it supports on its equivalent of a cursor is "advance to next 
row".
-- 
Igor Tandetnik

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

Reply via email to