Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to Access MDB
Message
De
03/03/2004 16:50:51
Dave Nantais
Light speed database solutions
Ontario, Canada
 
 
À
03/03/2004 16:29:03
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00882905
Message ID:
00882915
Vues:
14
>Is there a reasonable way to copy data from a VFP table to an Access MDB?


More specifically you'd use
an SQL command along the lines of

INSERT INTO target [(field1[, field2[, ...]])]
VALUES (value1[, value2[, ...])

to append new records via SQL Passthrough...
again keep in mind this is an Access/JET/MDB command not a VFP command...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform