Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing SQL results
Message
From
08/09/1997 19:08:23
 
 
To
08/09/1997 17:23:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00049056
Message ID:
00049076
Views:
61
| cursor. Issuing the query and changing the recordsource to the cursor are | easy enough, but the indexing is posing a problem, because as far as I | know, you can only index tables and views. Is the only way to do this to SELECT ... INTO CURSOR cMyCursor USE DBF('cMyCursor') IN 0 Alias cMyTemporaryTable AGAIN USE IN cMyCursor SELECT cMyTemporaryTable INDEX ON ... TAG ... The file name of the table is smth like 348745548.tmp. You don't have to worry about that. The index file willhave the same name. Sorin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform