HI:
Does this happen both locally and in another path???
You must insure that you are loading the JDBC driver properly:
For Oracle I use:
DriverManager.registerDriver( new oracle.jdbc.driver.OracleDriver());
Something similar to this must be used for your JDBC driver.
Maureen Lecuona
Ferenczi Gyorgy Laszlo wrote:
>
> Dear collegues,
>
> In addition to my previous problem:
>
> On the netscape JAVA consol the next message appeared:
>
> java.sql.SQLException: No suitable driver
> java.sql.SQLException: No suitable driver
> at java.sql.DriverManager.getConnection(DriverManager.java:110)
> at java.sql.DriverManager.getConnection(DriverManager.java:132)
> * at connect1.GeoMakeConnection(connect1.java:35)
> at connect1.paint(connect1.java:71)
> at java.awt.Component.dispatchEventImpl(Component.java:1734)
> at java.awt.Container.dispatchEventImpl(Container.java:946)
> at java.awt.Component.dispatchEvent(Component.java:1715)
> at
>java.awt.EventDispatchThread$EventPump.dispatchEvents(EventDispatchThread.java:83)
> at java.awt.EventDispatchThread.run(EventDispatchThread.java:135)
> at
>netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(DerivedAppletFrame.java:911)
> Exception caught.
>
> etc....
>
> Could you help me, please?
>
> Thanks,
>
> George
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
The three principal virtues of a programmer are Laziness, Impatience,
and Hubris.
-- Larry Wall
I don't want to achieve immortality through my work, I want to achieve
it by not dying.
- Woody Allen
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]