Referential Integrity

Previous Next

See Also

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.

Related Topics

Disabling Total Locking

Postponing Validation

Locking Behavior and Transaction Mode