How to: |
PASSRECS returns the number of rows affected by a successfully executed SQL Passthru INSERT, UPDATE, or DELETE command.
ENGINE ADBSINX SET PASSRECS {ON|OFF}
where:
Indicates that the PASSRECS setting in this command will be applied to the Adapter for Adabas.
Provides the number of rows affected after the successful execution of an SQL Passthru INSERT, UPDATE, or DELETE command. ON is the default value.
Provides no information after the successful execution of an SQL Passthru INSERT, UPDATE, or DELETE command.
In addition, the adapter updates the &RECORDS system variable with the number of rows affected. You can access this variable using Dialogue Manager.
Information Builders |