[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: help: beans accessing database
java.sql.SQLException: Specified driver could not be loaded due to
system error 126 (Oracle73).
But this works with Test.java application.
Carsten Heyl wrote:
> >This is a multi-part message in MIME format.
> >--------------0A4E3BB33ED44D2CF56963EC
> >Content-Type: text/plain; charset=us-ascii
> >Content-Transfer-Encoding: 7bit
> >
> >Hello everyone,
> >
> >I have been trying to get access to a simple lookup table this way:
> >jsp -> bean -> class -> table
> >
> >My codes works fine when I replace the bean with a simple java
> >application, but accessing via the bean gives me an error, "SQL
> >Exception". Can anyone please help?
>
> What Exception?
>
> >
> >Listings are attached:
> >Test.java is a java application,
> >ErrorLookup is the bean,
> >DBManager is a java class.
> >
> >Thanks.
> >