Subject Re: [Firebird-Java] firebirdsql JDBC get no suitable driver message
Author Marczisovszky Daniel
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