Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read only cursor
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00787772
Message ID:
00787804
Views:
21
Hi Einar

select ..... from myTable into cursor myCursor READWRITE

is put on SELECT('myCursor') WorkArea : 0 if myCursor not exist in thid datasession

select .... from myTable into cursor myTable READWRITE

is put on SELECT('myTable') WorkArea : then replace myTable.

With READWRITE, NOFILTER is implicit.

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform