Leemi
Wed Aug 04 08:54:58 CDT 2004
Hi Bernie:
Use the SYS(2023) function to determine where the temp files are written.
You may also want to check to make sure the temp folder does not have they
system attribute set.
308215 PRB: VFP ODBC Driver Causes Various Errors in Microsoft Products
http://support.microsoft.com/?id=308215
306113 PRB: Temp Folder with System Attribute Causes Errors in Visual FoxPro
http://support.microsoft.com/?id=306113
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 Public Beta Now Available!! --*
Download the VFP9 beta here:
http://msdn.microsoft.com/vfoxpro/
*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
>Bernie Beattie wrote:
> I originally posted a message about this problem on 12th May. I am
> beginning to think it may be a problem with the user's PC. As the
> crash happens during a pack and the file has actually disappeared
> from it's original place, the fatal error must be happening at the
> point where VFP deletes the original table from disk and renames the
> temporary table with the original table name. Where on the user's
> machine would this temporary table be located? We do not use any
> Config file. Is it the Windows temporary directory? Could there be a
> problem with that user's windows temporary directory or permissions
> to that directory?
>Another thing to try; if you want to hack around a bit to see the file
>activity then download and run filemon from here
>
http://www.sysinternals.com/ntw2k/source/filemon.shtml
>It is just a small executable; no installation or other files are necessary
>and you can monitor exactly what happens when you do a pack.
--
>HTH
>Andrew Howell