Subject | Re: AbstractPreparedStatement source |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-04-06T14:10:40Z |
> public abstract class AbstractPreparedStatement extends FBStatementhttp://cvs.sourceforge.net/viewcvs.py/firebird/client-java/src/main/org/firebirdsql/jdbc/
> implements FirebirdPreparedStatement
>
> The above line references FBStatement which according to the CVS
> source at
>
> doesn't actually exist. There is a FirebirdStatement though. It isDid you try to compile driver with build.xml? It will work, because it
> also not in any of the referenced packages either.
also uses client-java/src/jdbc_20 and client-java/src/jdbc_30 source
directories depending on the JDK you use (either 1.3.x or 1.4.x).
Roman