Subject Re: Extract data to SQL script, FK-friendly
Author Adam
>
> No need to export, you can use FBCopy to copy the data directly from
old
> to new database.
>
> http://fbexport.sourceforge.net/fbcopy.html
>

It depends whether he wants to run it against a Firebird database. As
a data pump, I use IBDataPump, but FBCopy also looks pretty good.

If he actually wants a SQL script, fbexport may be what he was after.

http://fbexport.sourceforge.net/fbexport.html

Adam