Subject | Re: [Firebird-Java] executing stored procedure with driver 1.5 |
---|---|
Author | Marco Parmeggiani |
Post date | 2005-05-02T13:18:53Z |
Marco Parmeggiani wrote:
prepareCall. Driver 1.0 works with both.
ciao
> PreparedStatement cs = dbconn.getConn().prepareCall(query);With driver 1.5 should be used "prepareStatement" instead of
prepareCall. Driver 1.0 works with both.
ciao