Entering content frame

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

Explanation:

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

User Action:

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

 

Leaving content frame