Subject Re: [firebird-support] Re: copying data between FB DBs on the same machine
Author Milan Babuskov
christian_stengel wrote:
> maby, if you really just want to copy some data
> between two databases (and you don't need to do this
> concurrenty and permanently) you can declare an table
> as an external file in both databases with the same
> file to access these data.

In my experience, this is not a good idea since you will loose all of
your NULL values. External tables can't represent NULL values, so it
will work only if you have tables without nulls. (It's one of the
reasons why I created FBExport...)

Use some tool to do it as others suggested.

--
Milan Babuskov
http://fbexport.sourceforge.net