Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Documentation regarding Cursor
Message
 
To
22/05/2002 23:43:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00660259
Message ID:
00660322
Views:
16
>Hi
>
>Any one have any good documentation on the description of using cursor in the VFP coding example
>"Select * from testdatabase into cursor Testtable"
>
>How we retrieve the data from this Testtable ?
>
>Thank you and best regard

Maybe I'm misunderstanding the question but once you have run the Select statement you are left with a temporary table (TestTable) that you just use as any other table. When it is closed (with USE in TestTable) VF deletes it.

HTH
Caroline
Previous
Reply
Map
View

Click here to load this message in the networking platform