Dear Friend,
Could anyone help me please as I have loaded my personal
Oracle 8i Now when I run my java programme and try to connect
it to the database its throwing me the errors
as:cannot resolve symbol
class Oracle Driver
Also when I go to System DSN and try to add a driver
It shows the message
The setup routines for the oracleODBC Driver ODBC driver could
not be loaded due to system error code 1157
Could not load the setup or translator library.
12-10-2000, 03:31 AM
Paul Nichols
Re: JDBC connectivity
The error message would seem to indicate, you are trying to use a native java
driver to connect to the Oracle database rather than a jdbc:odbc connection.
Is this a correct assummtion?
If you are trying to use jdbc:odbc, then you would need to use the jdbc:odbc
driver, not a native java driver.
Hope this helps.
"stanley" <stancher56@hotmail.com> wrote:
>
>Dear Friend,
> Could anyone help me please as I have loaded my personal
>Oracle 8i Now when I run my java programme and try to connect
>it to the database its throwing me the errors
>as:cannot resolve symbol
> class Oracle Driver
>
> location:package driver
> DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
>
>Also when I go to System DSN and try to add a driver
>It shows the message
>The setup routines for the oracleODBC Driver ODBC driver could
>not be loaded due to system error code 1157
>
>Could not load the setup or translator library.
>
>
>