Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make a temp. file
Message
From
24/06/1998 02:49:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Make a temp. file
Miscellaneous
Thread ID:
00111140
Message ID:
00111140
Views:
48
1. My "Order_items" file had over 500000 records. Now i want to make a temporary file, it's about the Order no. "12345" (there have 5 items only) I will coding as below : SELE ORDER_ITEMS SEEK ORDER_FILE->ORDER_NO COPY TO TEMP_FILE WHILE ORDER_NO == ORDER_FILE->ORDER_NO
USE TEMP_FILE IN 0 EXCL SELE TEMP_FILE Now i want to write in SQL ways, how to do ?? And i want to know, is't SQL must be faster then "SEEK + COPY TO (WHILE...)" 2. How to add more fields into existing file.
Next
Reply
Map
View

Click here to load this message in the networking platform