Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you create a cursor with an alias?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00057358
Message ID:
00057421
Views:
25
>can you create a cursor with an alias so that use can refer to itby an alias name like: "sele thisalias"
Timothy,

The name you give a cursor is its alias;

CREATE CURSOR MyCursor ...

will create a temporary table on disk named something like C:\temp\1283456.dbf and open it with the alias MyCursor.

SELECT Blah FROM Blah, BlahA WHERE whatever INTO CURSOR MyResult

will create a temporary table on disk named something like C:\temp\1283456.dbf and open it with the alias MyResult.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform