Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INSERT-SQL
Message
 
 
À
14/08/1997 06:14:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00044588
Message ID:
00044622
Vues:
42
>Is it faster to use insert-sql to copy records from one table to another? If so, how do you use insert to move multiple records?
>
>Thanks in Advance,
>
>Bill Chadbourne
>wchad@ime.net

I do not know if it is faster or not but the VFP SQL would be

Insert into Mytable from ArrayName

So all records have to be copied from the source table to an array first then inserted into the target table. I forget which one only locks file header versus locking the entire file (shared file use), either inserting records or appending from.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform