On Wed, 27 Jun 2012 07:10:49 -0400, gizu tseng <gizu.ts...@gmail.com>
wrote:

> Hello,
> 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?

As others already said and the message tries to tell, sqlite can only
step forward. JDBC can not change that.

For scolling a "viewport" over a table or view forwards and backwards,
have a look at this excellent article:

http://www.sqlite.org/cvstrac/wiki?p=ScrollingCursor


> Thanks you.

HTH


-- 
Regards,

Kees Nuyt

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

Reply via email to