Subject | Re: [Firebird-Java] firebirdsql JDBC get no suitable driver message |
---|---|
Author | Marczisovszky Daniel |
Post date | 2002-04-03T04:35:02Z |
Well, first you should use:
Class.forName("org.firebirdsql.jdbc.FBDriver") just like for every
JDBC driver ;) Otherwise the Java classloader system won't find the
driver.
I have updated the documentation....
Best wishes,
Daniel
Class.forName("org.firebirdsql.jdbc.FBDriver") just like for every
JDBC driver ;) Otherwise the Java classloader system won't find the
driver.
I have updated the documentation....
Best wishes,
Daniel