Subject | Re: Table backup in Firebird |
---|---|
Author | Adam |
Post date | 2006-04-07T00:47:26Z |
--- In firebird-support@yahoogroups.com, <mahendra.nepali@...> wrote:
insert into ... select ... query to populate it. Once this is
finished, copy/zip/whatever the external table file.
Adam
>Another possibility is to create an external table and then to a
> 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
insert into ... select ... query to populate it. Once this is
finished, copy/zip/whatever the external table file.
Adam