Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> CONCUR_UPDATABLE
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
![]() |
![]() |