Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intersection between a table of codes and a mystery tabl
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00187443
Message ID:
00187483
Vues:
21
Does this mean I can have two intersect tables that reference the same table of codes?
create table AA ( cAaID c(6) primary key, ...useful data about AA records.. )
create table VG ( cVgID c(6) primary key, cVgDsc c(40) )
create table AG ( cAgID c(6) primary key, cAgVgID c(6) references VG, cAgAaID c(6) references AA  )

create table BB ( cBbID c(6) primary key )
create table BG ( cBgID c(6) primary key, cBgVgID c(6) references VG, cBgAaID c(6) references BB )

http://www.personnelware.com/samples/vintsec2.gif



Are there any gotchas using the same UI for many tables? or should I subclass?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform