Subject Re: AbstractPreparedStatement source
Author Roman Rokytskyy
> public abstract class AbstractPreparedStatement extends FBStatement
> implements FirebirdPreparedStatement
>
> The above line references FBStatement which according to the CVS
> source at
>
http://cvs.sourceforge.net/viewcvs.py/firebird/client-java/src/main/org/firebirdsql/jdbc/
> doesn't actually exist. There is a FirebirdStatement though. It is
> also not in any of the referenced packages either.

Did you try to compile driver with build.xml? It will work, because it
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