Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete file _*.* not working
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00148653
Message ID:
00148775
Views:
23
Brenda (via Ken)

A common reason for using temp tables instead of cursors is because you need to update your cursor. If this is so, just USE dbf('MyCursor') AGAIN alias NEWCURSOR and the new cursor will be read/write.

Barbara

>As a general rule, it's better to use cursors instead of temporary files whenever possible. Using this approach eliminates problem since the cursor is deleted automatically when it's closed.
>
>>all temporary dbfs are created using sys(2015). want to delete them all at application end. first i close all. then i tried "delete file _*.*", but that did not delete the files. then tried delete file with the full path name and _*.*, again that did not work. read the help on delete file and in one place it says you can use wildcards, but in the remarks it says you can not. any know how i can delete all the _ file?
>>
>>thanks - brenda
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform