TDAUpdateFailureBehavior
Overview
The TDAUpdateFailureBehavior enumeration specifies how Data Abstract behaves when an error is encountered while processing updates.
Location
- Unit: uDAUpdateRule.pas
| Value | Description |
|---|---|
| fbIgnoreAndContinue | The error will be ignored to be sent back to the client, and processing for the remaining changes will continue. The client will not be notified of the failed update. |
| fbLogAndContinue | The error will be logged to be sent back to the client, and processing for the remaining changes will continue |
| fbRaiseException | An exception will be raised, and the entire update process will be aborted |