Subject | Re: [firebird-support] How to simply copy table data from one db to another one |
---|---|
Author | Ivan Prenosil |
Post date | 2005-07-04T10:42:51Z |
>I need in my application to copy a whole table from one FB database toQLI.
> 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.
> Thanks for your help.
Example:
ready server1:c:\db1.fdb as db1
ready server2:c:\db2.fdb as db2
db2.tablename = db1.tablename
Ivan
http://www.volny.cz/iprenosil/interbase/