Subject | Re: [firebird-support] Regarding backup of firebird table. |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2006-11-03T22:56:22Z |
Hi Rambabu!
That's a pretty unusual requirement and I seriously doubt gbak can help
you. What you may want to consider, is some form of replication or to
get hold of the source code of dbak (a different backup utility by Geoff
Worboys, Telesis Computing that is freeware) and modify it if it isn't
already able to backup only one table (I've never used it, so I don't
know whether it can do single table backups).
Moreover, it shouldn't be too difficult to write a program that creates
a database, copies the definition of the table and then copies the content.
HTH,
Set
rambabu.piridi@... wrote:
That's a pretty unusual requirement and I seriously doubt gbak can help
you. What you may want to consider, is some form of replication or to
get hold of the source code of dbak (a different backup utility by Geoff
Worboys, Telesis Computing that is freeware) and modify it if it isn't
already able to backup only one table (I've never used it, so I don't
know whether it can do single table backups).
Moreover, it shouldn't be too difficult to write a program that creates
a database, copies the definition of the table and then copies the content.
HTH,
Set
rambabu.piridi@... wrote:
> Hi All,
>
> I need to backup the information from a table to .gbk file. Is this
> possible in firebid.
> We can backup the entire database using gbak command line utility. Is
> this possible for a single table.
>
> It is very urgent to me. I will appreciate any one's help in this
> regard.
>
> Regards,
> Rambabu