Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why does this generate an invalid dbc?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00192535
Message ID:
00192682
Vues:
25
Ok, I boiled it down to a textbook example of a parent child relation:
create database FooBar

create table Foo ( cFooKey c (6) not null primary key )
create table Bar ( cBarKey c (6) not null primary key,  cBarFoo c (6) )
alter table Bar add foreign key tag cBarFoo references Foo
validate database
and it still fails! What is the best way for me to officially report this?

Carl
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform