Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC support on Oracle 8i Lite
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
![]() |
![]() |