Subject Re: [firebird-support] linux fb connection
Author Ann W. Harrison
Olivier Mascia wrote:
>
>>SQL Message : -820
>>wrong or obsolete version
>>
>>Engine Code : 335544379
>>unsupported on-disk structure for file plan.fdb; found 523, support 10
>>
>>Any ideas why I'm getting this error message, when connecting to the
>>plan.fdb?
>
>
> ODS 523 versus 10 ?
> Ann ?

Most likely is that plan.fdb isn't actually a database. Second most
likely is that something wrote over the header page. gstat -h will
tell the tale if that's the case - all results will be garbage. Next
guess is that the database was created with some state of Firebird2
which has twiddled with the ODS numbering scheme to reduce the chances
of our accidentally opening (and potentially damaging) an InterBase 7.x
database.

Regards.


Ann