Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create cursor with sql *not* read-only
Message
 
 
To
08/08/2003 17:42:54
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00818454
Message ID:
00818486
Views:
16
This message has been marked as the solution to the initial question of the thread.
Select * from mytable into crsTemp NOFILTER
USE (DBF("crsTemp")) AGAIN IN 0 ALIAS mycursor
USE IN crsTemp
SELECT mycursor
>Thanks for your reply.
>
>i think that's for vfp 7 or 8. i foregot to mention that i work with vfp 6 - sorry.
>
>>Select * from mytable into mycursor READWRITE
>>
>>>Hello everybody
>>>
>>>i need to create a cursor through a sql command which is not read-only. i think i have seen a solution here at UT before, but i do not remember it.
>>>
>>>thanks for any help in advance!
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform