I feel something still has an Open state on your problem file. Has someone
figured out they can access the data via Excel? 

Since we do not have control over our clients environments, I have changed
from using the VFP PACK command. I now use something similar to:

   OPEN EXCLUSIVE   
   SELECT * INTO CURSOR ... WHERE NOT DELETED() NOFILTER   
   ZAP   
   APPEND FROM DBF()   
   USE   

I haven't heard of the problem lately, unless someone is using an older
release of our product.

Tracy


-----Original Message-----
From: Sytze de Boer
Sent: Monday, November 03, 2008 2:28 PM

Tracy, thanks for your input

I'm still struggling with this problem.
This has happened to me once before, about 2 years ago, same client, same
circumstances Then it went away but I never knew what started it or what I
did to make it go away

I've now copied all the datafiles to a different folder. (dbf, fpt,cdx) Same
hard drive, still Terninal Server, same exe No problems

This weekend I plan to copy all these files into 2nd folder, then delete
them in folder 1 Then copy back again, then I'll re-try the routine.
When the system crashes, it is always the same table.
The largest table is half a gig. The problem table is relatively small.
Sheesh



SdB




_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to