rpsExceptionDelete

Type: Integer

The rpsExceptionDelete property of the RelationalView class contains a value that indicates what happens when an exception is raised during an RDBMS delete operation.

The values for the rpsExceptionDelete property are listed in the following table.

RelationalView Class Constant Value Description
Exception_Halt 0 Delete operation is aborted. Database tracking is stopped.
Exception_Alternate 1 Delete operation errors are ignored. Database tracking is not stopped.