Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a SQL cursor writeable
Message
From
29/03/2002 15:07:29
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00639041
Message ID:
00639047
Views:
28
>Hey all,
> I know there are several solutions for this, but I am far from home (and thus Steven's,Andy's et.al. books). I need to make a cursor created from an sql select writeable so that I can let the user select only certain records to print. Help my poor memory.
>
>
>Bob Ohrstedt
>RJO Associates
>Columbus (Temporarily), Ohio
>www.rjoassoc.com

It was something like:
select ... from ... into cursor temp NOFILTER
select 0
use dbf("temp") again
In VFP7, it becomes easier, with a clause that explicitly makes the cursor writable.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform