Used for TOraDataSet to raise the 'Update failed' exception when the number of updated or deleted records are not equal to 1.
property StrictUpdate: boolean stored False;
When True, TOraDataSet raises the 'Update failed' exception when the number of updated or deleted records are not equal 1. The exception does not occur when you use a PL/SQL block.
The default value is True.
Note: StrictUpdate is obsolete, and included for backward compatibility only. Use TCustomDADataSet.Options instead.