Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Name of Temp File Created when Running a Report?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00276719
Message ID:
00277319
Views:
32
>I realise that these temp files will be deleted when VFP quits, but my app generates some huge temp files (over 100 MB) and if a user runs say 10 reports it creates 1 GByte of test data in the same VFP session which is not desireable

If these temp files are from a SQL cursor, then if you do a USE IN SqlCursor, they will go away when you are done with them.

SELECT * FROM blah INTO CURSOR testdata
* do whatever you need to do with testdata here
USE IN testdata
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform