Background documentation-10604: SQL command contains output parameters Locate this document in the navigation structure

 

Explanation

The SQL statement that was transferred could not be executed, because it contains output parameters.

User Response

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).