rpsExceptionUpdate
Type: Integer
The rpsExceptionUpdate property of the RelationalView class contains a value that indicates what happens when an exception is raised during an RDBMS update operation.
The values for the rpsExceptionUpdate property are listed in the following table.
| RelationalView Class Constant | Value | Description |
|---|---|---|
| Exception_Halt | 0 | Update operation is aborted. Database tracking is stopped. |
| Exception_Alternate | 1 | Update operation attempted as an insert. Database tracking is not stopped. |
