Subject | Re: AW: [firebird-support] Changing Columns |
---|---|
Author | Ann Harrison |
Post date | 2015-07-08T18:56:21Z |
On Jul 7, 2015, at 2:25 AM, 'checkmail' check_mail@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
I guess the best solution is either to extract the metadata (isql -x) or use gbak restore only the metadata, make the changes to a new, empty database, then use one of the load utilities that can be found at ibphoenix.com under download/tools/migration.
.. or is there an option to export all data from the database without database itself, then I can change the ddl, create a clean database and import the data again? If I do it manually, I must show in every table if is there a relation in another one.
Best regards,
Ann