Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best method to 'Append from' a DBF to a SQL table
Message
De
24/03/2004 23:33:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Best method to 'Append from' a DBF to a SQL table
Divers
Thread ID:
00889493
Message ID:
00889493
Vues:
46
The issue is some tables reside on MS SQL, and some are local dbf.
The old code (all dbfs) used the "APPEND FROM" command.
That does't work with MS SQL

I currently have something like the following
SQLEXEC(lnHandle, INSERT into sqlTarget Values (m1,m2))
wraped in a loop procssing for each record in the local dbf.

Can I use a single command to bring in or "append" all the recs in a dbf into the MS SQL table.
Any brief illustration would be great.
Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform