Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0 sql select to cursor
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00340471
Message ID:
00340541
Views:
17
>Is it possible to use a sql select to create a cursor and then do a replace in a field in the cursor. I tried this as below but get a 'CANNOT UPDATE THE CURSOR' error message.

SQL Cursors are Read Only. You can use the USE AGAIN trick from the FAQs here, or you can simplely do INTO TABLE instead of cursor.
Previous
Reply
Map
View

Click here to load this message in the networking platform