Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is the dbf of my cursor?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00132835
Message ID:
00133130
Views:
14
>>Hi all,
>>
>>I issue a select sql clause 'into cursor mycursor nofilter'. Then i use Cetin's system to make cursor updatable, then i ask VFP dbf("mycursor") and i search for this file in the windows\temp folder but it is not there. ¿What am i missing?
>>
>>What i want to do is use 'alter table command' with mycursor after the select clause cause i want to add other data, but the really question is the one inside ¿Where is the dbf of my cursor?
>>Thanks in advance
>
>

>Your cursor is resident in memory, it's not actually a file. If you would rather have a .dbf file SELECT * INTO TABLE myTable and then DELETE FILE MyTable.dbf when you are done. If you want to leave the .dbf on the HD, make sure to SET SAFETY OFF or the program will issue an overwrite warning each time you execute your SQL statement.

Perry,

you are wrong about this. Check my answer to nancy and 'nofilter' documentation.
Thanks anyway.
Saludos,
A.G.P.
---------
Previous
Reply
Map
View

Click here to load this message in the networking platform