Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC/OCI7 Driver
Ifatec wrote:
>
> Hello,
>
> I downloaded and set up the Oracle JDBC/OCI7 Driver on my PC/Win 95.
> I'm trying to run the sample delivered with the driver.
>
> The driver load, the database connection and the statement creation are
> fine but java (JDK 1.1) rejects the execute query with the following
> message:
>
> java.lang.IllegalAccessError: Unimplemented interface method
> at oracle.jdbc.OracleStatement.executeQuery(OracleStatement.java:114)
> at Reg.main(Reg.java:28)
>
> Any help will be very greatful, thanks in advance.
gotta use jdk 1.02 - I have it succesfully up and running with 1.02 - they say it will be available for 1.1 shortly (june/july?)
Ken Parker
kparker at bacadv.com
Received on Thu Jun 12 1997 - 00:00:00 CDT
![]() |
![]() |