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: Peter White <peter_white_at_pjwc.compulink.co.uk>
Date: Sun, 3 Sep 2000 22:35:44 +0100
Message-ID: <8ougbv$bu4$1@plutonium.compulink.co.uk>

Hi kcwang

You're reply referred to O8i "EE" - presumably you are referring to "Enterprise Edition"? I was asking a question about 8i "LITE" - which is the small footprint (mobile) version of the product.

Regards

Peter White

kcwang <kcwang_at_unitechnetworks.com> wrote in message news:39b08c42$1_at_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 Sun Sep 03 2000 - 16:35:44 CDT

Original text of this message

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