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:
00787777
Views:
14
>Einar,
>
>VFP7 & after you can use the READWRITE clause of the Select...
>
>VFP6:
>
>select * from mytable into cursor temp1
>use dbf("temp1") alias temp2 again in 0
>use in temp1
>select temp2
>
>

Thanks Steve. I am using vfp7 so I am in luck.
Is it normal that when I issue:
select * from myTable into cursor myCursor readwrite
that both myTable and myCursor are open in a workarea?
Should I issue a select 0 before I do my select statement to insure that a different workarea will not be used or is this redundant?

Einar
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform