Are you saying that the EDB driver supports named parameters on CallableStatement, or is it just that it throws a different error? Can you please post the stack trace? As far as I understand the JDBC specification, a query like {{ {call sp_count_phones(?,?)} }} should allow using named parameters, where the names should refer to the parameter names of the stored procedure parameters as specified in the stored procedure definition. |