Subject Re: [Firebird-Java] executing stored procedure with driver 1.5
Author Marco Parmeggiani
Marco Parmeggiani wrote:

> PreparedStatement cs = dbconn.getConn().prepareCall(query);

With driver 1.5 should be used "prepareStatement" instead of
prepareCall. Driver 1.0 works with both.

ciao