Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 5 The Action Statements : REPLACE Statement

REPLACE Statement
The REPLACE statement updates an occurrence in the database. You should first retrieve the data that you want to modify using a GET or FORALL statement.
Usage Notes
Exceptions
 
Any exception lower in the hierarchy of the INTEGRITYFAIL group can also be signaled.
Signaled if the primary key does not exist or if an attempt is being made to update a table from a rule running in browse mode
Examples
1.
2.
About the Examples
Example 2 replaces data in the parameterized table CARS; it is parameterized by CITY. The values for the CITY parameter are provided by INPUT.CITY.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved