Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add records
Message
De
25/08/2004 02:27:39
 
 
À
24/08/2004 08:54:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00935865
Message ID:
00936214
Vues:
30
hi,
i'll try to change but i get error message(syntax error),

how i can insert a fields i choice as char1,char2....,and if i want insert all field becuse
fields at table1=fields at table2.
USE Toto IN 0

FOR I = 1 TO THISFORM.Test8.Value
 *  INSERT INTO Toto (<Field list>) VALUES (<Fields from Newamar66>)
    INSERT INTO Toto (char1,char2,char3) VALUES (char1,char2,char3 from Newamar66)
    INSERT INTO Toto (all fields) VALUES (allfields from Newamar66)
thanks.

regards.
m.qasem
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform