.dbf error "not a database file"

Closed
Rasenth Posts 1 Registration date Tuesday 3 February 2015 Status Member Last seen 3 February 2015 - 3 Feb 2015 à 08:43
dazyparker Posts 1 Registration date Monday 18 January 2016 Status Member Last seen 18 January 2016 - 18 Jan 2016 à 00:13
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 17 January 2016 Status Member Last seen 17 January 2016
17 Jan 2016 à 09:26
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>
dazyparker Posts 1 Registration date Monday 18 January 2016 Status Member Last seen 18 January 2016
18 Jan 2016 à 00:13
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