Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving an auto-incremented value
Message
De
29/09/2004 08:59:58
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00947113
Message ID:
00947126
Vues:
17
BEGIN TRANSACTION
INSERT INTO the parent table (fld2, fld2) VALUES (value_for_fld2, value_for_fld3)
fld1_value = the parent table.Fld1
INSERT INTO the child table (Fld_with_value_for_paren_table_Fld1) VALUES (fld1_value).
END TRANSACTION
Oh, so simple :-)

But I guess that it will not work when I will be accessing a distant DB through Foxpro OleDb provider, will it ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform