Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Win Server 2008 issue
Message
From
27/03/2013 19:25:23
 
 
To
26/03/2013 12:40:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01569270
Message ID:
01569396
Views:
59
Hi Bill.

>The code below has been running since 2003 on WinServer3003
>
>When testing it on win server 2008 the ALTER TABLE command fails with the message that
>"File C\windows\temp\1\xxxxxx.dbf does not exist"

In addition to the other suggestions, this sounds like it may be a write caching issue. The DBF file hasn't been written to disk yet, so ALTER TABLE fails. Try turning off write caching or using some code that pauses for a moment (using the Windows API Sleep function) after creating the cursor and before using ALTER TABLE.

Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform