Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding VFP internals
Message
From
20/11/2001 12:24:49
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00584014
Message ID:
00584031
Views:
18
Hello Nadya,

Instead of ALTERing the original table, you could do the process manually. Copy one record to another (temporary) table, in the temporary location. Alter that table, then do an append from the original. Then copy the new file over the original.

HTH,

-steve

>Hi everybody,
>
>Seems like my first question led to a dead end :(
>
>Also I'm not convinced, that ALTER TABLE command creates temp files in TMPFILES directory (specified in config.fpw). The error message, I got, indicated, that it was trying to create temp file on the network drive.
>
>INDEX ON command seems to put their internals under SORTWORK path according to Help file.
>
>I have a problem. I need to run ALTER TABLE and INDEX ON commands on huge VFP tables (about 5mln. recs). I want to check for free space prior to running these commands.
>
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform