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

Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC support on Oracle 8i Lite

Re: JDBC support on Oracle 8i Lite

From: kcwang <kcwang_at_unitechnetworks.com>
Date: Sat, 2 Sep 2000 13:12:59 +0800
Message-ID: <39b08c42$1@newsgate.hknet.com>

JDBC 2.0 works fine with O8i EE using the following: pstmt = con.prepareStatement(sqlStatement, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE); given that the sql statement doesn't use a join.

Peter White <peter_white_at_pjwc.compulink.co.uk> wrote in message news:8oold9$7rq$1_at_plutonium.compulink.co.uk...
> Hi
>
> Does anybody know the JDBC support for Oracle 8i Lite includes updateable
> resultsets?
>
> Thanks
>
> Peter White
>
>
Received on Sat Sep 02 2000 - 00:12:59 CDT

Original text of this message

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