The SQL statement that was transferred could not be executed, because it contains output parameters.
You cannot process output parameters using SQLDBC_Statement class methods.
Use SQLDBC_PreparedStatement objects for SQL statements with output parameters (SELECT INTO or database procedure).