Hola a todos:

The patch attached solves an issue related to the Interclient Interbase
JDBC Drivers v1.6, that it's not enterely JDBC 2 capable ( i Know I Know
but for ib 5.6 there arent better JDBC Drivers available AFAIK :)..

Concretely does not support the following method signature ( amongst a
bunch of others that till now did affect to C2) used on SQLTransformer:

public PreparedStatement prepareStatement(String sql,int
resultSetType,int resultSetConcurrency)
        throws SQLException

public CallableStatement prepareCall(String sql,int resultSetType,int
resultSetConcurrency)
        throws SQLException

that methods give the DNCE mentioned in the subject..

AFAIK the patch is harmless because the PreparedStatement and
CallableStatement are obtained with the most backward compatible Type
and Concurrency posible.., 

Thanks..

Saludos ,
Ignacio J. Ortega

SQLTransformer.java.diff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to