Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Non data bearing primary keys
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00106667
Message ID:
00107732
Views:
28
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform