Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Integrity in Firebird database
Message
De
18/07/2004 08:09:42
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00925252
Message ID:
00925561
Vues:
17
Hi
Very simple, by creating a foreign key constraint (if you use IBExpert, Constraints tab in table designer)
alter table CHILD_TABLE
add constraint FK_CONSTR
foreign key (PK_PARENT)
references PARENT_TABLE(ID_PARENT)
on delete CASCADE
on update CASCADE
>Hello,
>
>How can I create a referencial integrity in Firebird database?
>
>Thank you very much
>
>Adionei
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform