Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is it good practice to create temporary dbfs then ....
Message
From
09/01/2006 08:47:36
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
09/01/2006 08:10:23
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01082941
Message ID:
01084664
Views:
7
>Yeah, I'm left out on that handy addition to VFP unless my company ever decides to upgrade. That certainly would be useful to have!

You can still use cursors in VFP 6, by accessing the underlying temporary table which VFP creates. For example:
select ...
  into cursor Tmp;
  nofilter
select 0
use dbf("tmp") again alias Tmp2
replace ...
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
Next
Reply
Map
View

Click here to load this message in the networking platform