Subject Re: [firebird-support] Convert GDB to FDB
Author Dimitry Sibiryakov
> How I can convert database(GDB) to firebird database(FDB) ?

On old server extract metadata script from GDB then create FDB
database on new server and create metadata inside it using the script.
Fix all errors that appear.
Then you can pump data from old database to new one via script or one
of data pump tool such as FBCopy or IBDataPump.

SY, SD.