Re: Type_forward_only
From: rpcxdr (member46083_at_dbforums.com)
Date: 10/29/03
- Next message: Patrice: "Display triggers list with JAVA"
- Previous message: bsaastad: "Re: "Invalid column name" inserting a row with weblogic/oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 28 Oct 2003 18:38:22 -0500
Because you are now doing random access, you must specify if you want
the data you are viewing to be cached in the JVM or not. If you want it
cached, use
connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.-
CONCUR_UPDATABLE);
If you want to requery the server on each result access, use
connection.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CO-
NCUR_UPDATABLE);
rpc
-- Posted via http://dbforums.com
- Next message: Patrice: "Display triggers list with JAVA"
- Previous message: bsaastad: "Re: "Invalid column name" inserting a row with weblogic/oracle"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|