TDAUpdateFailureBehavior
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
Manages how Data Abstract behaves when an error is encountered while processing updates.
File
uDAInterfaces
Declaration
TDAUpdateFailureBehavior = (fbRaiseException, fbLogAndContinue, fbIgnoreAndContinue)
Values
| | |
|---|---|
| fbRaiseException | An exception will be raised, and the entire update process will be aborted. |
| fbLogAndContinue | The error will be logged to be sent back to the client, and processing for the remaining changes will continue. |
| 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. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Enum | Delphi
