Executes a prepared SQL query by specifying its syntax and parameters.
The Execute Prepared SQL with Parameter function block can throw the CwDBSQLException exception if a database error occurs.
Refer to the Notes section for the Execute Prepared SQL function block in this chapter.
This function block is based on the CwDBConnection.executePreparedSQL() method. For more information, see executePreparedSQL().