Subject Re: [firebird-support] convertion from firebird 1.5.4 to interbase 2007
Author Helen Borrie
At 02:27 AM 30/03/2007, you wrote:
>Hi all,
>we have developed a web platform using firebird 1.5.4 on linux fedora 3
>whit php4
>we would like to port the structure on Interbase 2007. Is there a tool
>to automatically convert and port the entire database (tables, datas,
>triggers and stored procs etc) from Firebird up to Interbase?

The obvious one to try first is gbak, viz.

1. Make a transportable backup under a running Firebird 1.5.4
server, using the gbak executable in that server's /opt/bin directory.

2. Restore that backup on your running IB 2007 server using the IB
2007 gbak program.

That should work. If it doesn't, then you will have to datapump.

./heLen