Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Insert
Message
 
À
20/02/2003 04:30:47
Niall Dempsey
Initiative Computers
Athlone, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00755376
Message ID:
00755814
Vues:
13
In VFP 6, you can use Insert-SQL with this syntax only

insert into table1 from memvar
or
insert into table1 (field1,field2,field3) values (val1,val2,val3)
or
insert into table1 (field1,field2,field3) values (table2.field1,table3.field2,table1.field3)


This syntax which you are trying to use is not supported in VFP 6.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform