开发者

Should I backup DBF file while it is open?

开发者 https://www.devze.com 2023-01-01 05:42 出处:网络
I need to create a little pr开发者_开发问答ogram that creates a backup copy of some DBF files on demand. the files are used by a custom designed Web application. Is it safe to copy a dbf file while it

I need to create a little pr开发者_开发问答ogram that creates a backup copy of some DBF files on demand. the files are used by a custom designed Web application. Is it safe to copy a dbf file while it is open or do I need to close the web server so the files are released before safely creating a backup?


No. You may end up with corruption in the file when you try to restore it, if it even backs up.

0

精彩评论

暂无评论...
验证码 换一张
取 消