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:
00340475
Views:
26
Hi James,

Try this:

select name, section from tablename into cursor mycursor
use dbf('mycursor') in 0 again alias amendcursor
select amendcursor
replace all section with "A" for section = "V"
use in amendcursor
select mycursor

Best.

Matt
Previous
Reply
Map
View

Click here to load this message in the networking platform