How to export firebird database DDL – tip of the day
For those who are on Linux and want to extract database’s metadata, please have a look to firebird/interbase native isql tool, that permits to export DDL as follow:
isql DBalias -o ddl.sql -x -u SYSDBA -p masterkey
regards
PAscal on fyracle newsgroup