Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> CONCUR_UPDATABLE

CONCUR_UPDATABLE

From: Stéphane Laurière <slauriere_at_logmetrix.com>
Date: Mon, 14 Aug 2000 21:15:35 +0200
Message-ID: <8n9gbm$mt8$1@wanadoo.fr>

Hello,
I'm trying to create a CONCUR_UPDATABLE statement against an Oracle 8i database.
I'm using driver jdbc_Oracle8thin.jar. Evertyhing works fine excepts the driver seems not to support the CONCUR_UPDATABLE option: when I create a resultset via the following line:
Statement stmt =
con.createStatement(ResultSet.TYPE_FORWARD_ONLY,ResultSet.CONCUR_UPDATABLE);

I get a valid resultset but the following command returns ResultSet.CONCUR_READ_ONLY
int concurrency = rs.getConcurrency();

Do you know how I can solve this problem? Tks
Stéphane Received on Mon Aug 14 2000 - 14:15:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US