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