Subject | Re: [firebird-support] How to simply copy table data from one db to another one |
---|---|
Author | Milan Babuskov |
Post date | 2005-07-08T21:49:49Z |
pizza_royale wrote:
fbcopy SE source.fdb destination.fdb
Check it out:
http://fbexport.sourceforge.net/fbcopy.html
--
Milan Babuskov
http://www.flamerobin.org
> I need in my application to copy a whole table from one FB database toFBCopy is just what you need. You can use SE command, and simply do this:
> another FB database. Is there a solution like "select * into dest from
> src"?, or the only solution is to copy row by row, field by field?
> I need to copy the content, not the structure that is already defined.
fbcopy SE source.fdb destination.fdb
Check it out:
http://fbexport.sourceforge.net/fbcopy.html
--
Milan Babuskov
http://www.flamerobin.org