Skip to main content

AllowRowIDUpdate

Enable/disable SQL row ID update.

Synopsis

[SQL]    AllowRowIDUpdate=n

Description

The value n may be 1 or 0:

  • When 1 (true) the table compiler omits the checks to see if the RowID field(s) are being updated.

  • When 0 (false) the checks are performed.

Set to 1 only if you are doing your own filing in a BEFORE trigger and using the %SkipFiling flag. Otherwise, use the default of 0.

Examples

AllowRowIDUpdate=0

Range of Values

0 or 1. The default is 0.

Management Portal

No equivalent.

FeedbackOpens in a new tab