Kbase P114754: Are SQL referential integrity constraints fired within the 4GL ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/30/2006 |
|
Status: Unverified
GOAL:
Are SQL referential integrity constraints fired within the 4GL ?
FIX:
The 4GL will not do any checking to enforce the referential integrity constraints. You will need to create database triggers to enforce this on the 4GL side. All the indexes, created by SQL to maintain referential integrity, will be maintained by the 4GL, since they are just indexes.