Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy running dbf
Message
From
11/01/2007 04:08:22
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
10/01/2007 21:25:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01184430
Message ID:
01184458
Views:
14
Hi Tarig you can do the following.
Create a .bat file like this.
backup.bat

MD backup
DEL backup\*.* /q
xcopy *.dbf backup\

now in Visual FoxPro u just call run backup.bat
xcopy will allow u to copy even if dbf's are being used.

You can also create this bat file in the fly inside VFP.

>Dear Experts
>
>Some dbf is using, I mean someone is entering or editing data in it.
>Is it possible to make a copy of such dbf that is beeing used?
>I want to make a routing with timer control to copy dbf folder but I am afriad this will not work if some dbf is used in this folder.
>
>Please Help
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform