Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temporary tables problem
Message
 
To
16/12/2002 11:34:58
Philip Jones
Cornwall County Council
Truro, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00733304
Message ID:
00733414
Views:
16
I agree with Armin...
Better to use two "Prefix" qualifiers to identify tables for intended purposes, THEN tack on a SYS() call for generic purposes.

Another alternative is to use
CREATE CURSOR
instead of
CREATE TABLE...

This way VFP automatically control internal temp file names and uniqueness. You can still INDEX ON, APPEND, etc and work with your arrays as needed, then when they are closed, they are also destroyed...
Previous
Reply
Map
View

Click here to load this message in the networking platform