Subject | Re: Migrating from Interclient to JayBird |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-06-24T18:36:34Z |
and one more thing:
include following line in your code that is executed before getting
the connection:
Class.forName("org.firebirdsql.jdbc.FBDriver");
i'm sure you know this, just wanted to mention it.
best regards,
roman rokytskyy
> It seems we are not importing the rightyou do not need to import any jaybird package. however you have to
> packages (the application compiles OK, but it fails to access the
> DB).
include following line in your code that is executed before getting
the connection:
Class.forName("org.firebirdsql.jdbc.FBDriver");
i'm sure you know this, just wanted to mention it.
best regards,
roman rokytskyy