Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Anil Sharma
  Where is Anil Sharma?
 ludhiana
 India
 Anil Sharma
 To: rolly padilla
  Where is rolly padilla?
 Roxas
 Philippines
 rolly padilla
 Tags
Subject: RE: Recover Records From CDX File
Thread ID: 195414 Message ID: 195416 # Views: 47 # Ratings: 0
Version: FoxPro 2.x for MSDOS Category: Databases, Tables and SQL Server
Date: Sunday, September 21, 2008 3:31:34 PM         
   


> Please help me recover my records from CDX file. I have accidentally Zapped my DBF file.
> I have retained, however, the CDX as it was not opened at the time i issued the zap command.
>
> here's a sample of my code:
>
> Use File1.dbf
> If Found('File2.dbf')
> Use File1.dbf ***----> THIS IS SUPPOSEDLY File2.dbf
> ZAP *** which resulted in my loss of data.
> Else
> Copy Structure to File2.dbf
> Use File2
> Endif
>
> Append from File1.dbf for Trandate > ctod('01/01/2008')
> .
> .
> .

> ******
>
> Thanks a lot.
>
> Rolly

Rolly i told u already its next to impossible. look for your file1.bak and open it check if there is record in side it. And Dont make new threads for same problem. Save Forum from getting polluted.

Anil



COMPLETE THREAD
Recover Records From CDX File Posted by rolly padilla @ 9/21/2008 3:14:29 PM
RE: Recover Records From CDX File Posted by Anil Sharma @ 9/21/2008 3:31:34 PM
RE: Recover Records From CDX File Posted by Nishant Gupta @ 9/22/2008 8:33:32 AM
RE: Recover Records From CDX File Posted by Anil Sharma @ 9/22/2008 9:04:52 AM
RE: Recover Records From CDX File Posted by Koen Piller @ 9/21/2008 5:33:36 PM
RE: Recover Records From CDX File Posted by Nishant Gupta @ 9/21/2008 6:45:51 PM
RE: Recover Records From CDX File Posted by Boudewijn Lutgerink @ 9/22/2008 9:27:53 AM