Subject Re: [firebird-support] interbase 7 to firebird 1.5.2 MAYDAY
Author Ann W. Harrison
jason wrote:
>
> Is there a program we can use to convert an interbase 7 .gdb file to a
> firebird .gdb or a process ?
>

Have you tried backing up the database with the Firebird 1.5 gbak
using the name of the InterBase 7 database running on a system
with the InterBase 7 server? If that works, you're home free.

Remember, gbak is just an application that reads system tables
and data tables. There may be problems with stored procedures,
triggers, and constraints if they use new features, but plain
data should be OK.

Regards,


Ann