.dbf error "not a database file"

Closed
Rasenth Posts 1 Registration date Tuesday February 3, 2015 Status Member Last seen February 3, 2015 - Feb 3, 2015 at 08:43 AM
dazyparker Posts 1 Registration date Monday January 18, 2016 Status Member Last seen January 18, 2016 - Jan 18, 2016 at 12:13 AM
I have a .dbf file created in VFP 7. But time ago we upgraded VFP to 9 version. And in this new version I can`t open my old .dbf file. I got an error which says me "not a database file". How can I open it in VFP 9 version? Or I need to install my older version again?
Related:

2 responses

sunilnair391 Posts 1 Registration date Sunday January 17, 2016 Status Member Last seen January 17, 2016
Jan 17, 2016 at 09:26 AM
You can do in two step:-

1. Run VFP 7.0 & Convert VFP 7.0 dbf to FoxPro 2.6 DBF
use <dbf name>
copy to <new dbf name> type fox2x

2. Run VFP 9.0
use <new dbf name>
0
dazyparker Posts 1 Registration date Monday January 18, 2016 Status Member Last seen January 18, 2016
Jan 18, 2016 at 12:13 AM
Hi,

Before doing anything, take a backup of your file.

Read this KB related to this issue: https://support.microsoft.com/en-us/help/98743

Good Luck
0