Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Non data bearing primary keys
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00106667
Message ID:
00107732
Vues:
29
I did not realize that you were using append from. In most of the import routines I have used I used low level file manipulation to scan the file. I have not imported tables of this size this way though. Have you tired it this way?
Low level scanns can be very fast. Combined with the fact that you can take advantage of Insert Into (which is faster than append, not sure about append from) and you won't have to do the global replace statement. Then you can easily implement the n +1 ID scheme.
Just an idea.
Chad Gronbach
Blackstone, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform