ODAC

TOraDataSet.StrictUpdate Property

Used for TOraDataSet to raise the 'Update failed' exception when the number of updated or deleted records are not equal to 1.

Class

TOraDataSet

Syntax

property StrictUpdate: boolean stored False;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback