Referential Integrity

Previous Next

USoft Developer enforces referential integrity on all database objects of your application. Depending upon your hardware, network, and simultaneous number of users, this may slow down processing speeds because records will frequently be locked.

To remedy this you could either:

Disable total locking.

Postpone validation.

Set the transaction mode.

See Also

Disabling Total Locking

Postponing Validation

Locking Behavior and Transaction Mode