Subject Re: Table backup in Firebird
Author Adam
--- In firebird-support@yahoogroups.com, <mahendra.nepali@...> wrote:
>
> Hi,
>
> I have a query about how can I take the backup and restore of certain
> tables in Firebird using any of its utilities. Or is there any other way
> to generate insert scripts via stored procedures for certain tables and
> write them on disk. I don't want to take the backup of the entire
> database but only certain tables that to programmatically.
>
>
>
> Regards,
>
> Mahendra Nepali

Another possibility is to create an external table and then to a
insert into ... select ... query to populate it. Once this is
finished, copy/zip/whatever the external table file.

Adam