FoxPro file with a corrupted FPT file
Solved/Closed
IngiValdimarsson
eliasson
- Posts
- 1
- Registration date
- Thursday December 17, 2015
- Status
- Member
- Last seen
- December 19, 2015
eliasson
- Posts
- 2
- Registration date
- Monday December 21, 2015
- Status
- Member
- Last seen
- December 22, 2015
1 reply
eliasson
Dec 22, 2015 at 05:16 PM
- Posts
- 2
- Registration date
- Monday December 21, 2015
- Status
- Member
- Last seen
- December 22, 2015
Dec 22, 2015 at 05:16 PM
Thank you for the information:
Copy a valid memo file over the corrupt memo file to access the database again.
NOTE: The original memo field information will be lost unless the valid memo file was an exact backup of the corrupt file. All memo field backup files have an extension of .TBK.
The corrupt memo file will have an .FPT extension, such as OLD.FPT. In the following example, assume NEW.FPT is a valid memo file. To bypass the error message and access the database again, type the following command at the MS- DOS command prompt:
copy new.fpt old.fpt
Most users of FoxPro use DBF Recovery Toolbox
Copy a valid memo file over the corrupt memo file to access the database again.
NOTE: The original memo field information will be lost unless the valid memo file was an exact backup of the corrupt file. All memo field backup files have an extension of .TBK.
The corrupt memo file will have an .FPT extension, such as OLD.FPT. In the following example, assume NEW.FPT is a valid memo file. To bypass the error message and access the database again, type the following command at the MS- DOS command prompt:
copy new.fpt old.fpt
Most users of FoxPro use DBF Recovery Toolbox
Dec 22, 2015 at 05:17 PM
https://www.sqlteam.com/forums/topic.asp?TOPIC_ID=196562