Postponing validation

Previous Next

In Oracle, it is also possible to postpone the validation of foreign keys and unique keys until rows are stored. You do this by setting the referentialValidation resource of the Query object:

*Query.referentialValidation : False

In Sybase, these validations are always postponed.