Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Olaf Doschke
  Where is Olaf Doschke?
 Hamburg
 Germany
 Olaf Doschke
 To: sudhir
  Where is sudhir?
 
 India
 sudhir
 Tags
Subject: RE: how to recover replaced dbf / cdx files
Thread ID: 202506 Message ID: 202580 # Views: 30 # Ratings: 0
Version: Visual FoxPro 5 Category: Databases, Tables and SQL Server
Date: Saturday, November 08, 2008 10:34:07 AM         
   


> I didnt think of this idea. But i checked just now there are no .bak files in my folder except 1 or 2 files.
>
> Why So?

See Mikes answer!

bak files will only be created at certain actions, eg when you alter a table
with the ALTER TABLE command, not by update/insert/delete. Imagine how many
bak files you'd had and how long such operations would need, if they'd copy
the whole file everytime :-).

You can recover these files, if you have a backup, your data is lost
if you haven't. That's about it. There is recovery software available
to get back deleted files, but not overwritten ones.

Bye, Olaf.



COMPLETE THREAD
how to recover replaced dbf / cdx files Posted by sudhir @ 11/7/2008 10:03:28 PM
RE: how to recover replaced dbf / cdx files Posted by Mike Yearwood @ 11/7/2008 10:31:57 PM
RE: how to recover replaced dbf / cdx files Posted by Anil Sharma @ 11/8/2008 4:53:07 AM
RE: how to recover replaced dbf / cdx files Posted by sudhir @ 11/8/2008 10:28:11 AM
RE: how to recover replaced dbf / cdx files Posted by Anil Sharma @ 11/8/2008 10:30:47 AM
RE: how to recover replaced dbf / cdx files Posted by Olaf Doschke @ 11/8/2008 10:34:07 AM
RE: how to recover replaced dbf / cdx files Posted by Soykan OZCELIK @ 11/8/2008 9:47:29 AM