Subject | How to simply copy table data from one db to another one |
---|---|
Author | pizza_royale |
Post date | 2005-07-04T08:56:16Z |
I need in my application to copy a whole table from one FB database to
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.
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.