Subject Re: [firebird-support] the best way to move data between different firebird dbs
Author eMeL
> <http://trustware.emel.hu/index.php?page=12>
>
> Does your utility support BLOBs? How did you solve the problem with
> NULLs? Looking at the website, it doesn't seem to use the external
> tables at all?

This utility only a direct and managed import from other database.

//

Blobs a realy problem at external table answer ;)
but NULL is manageable by extra fields.

eMeL


by the way: why we can't register a DLL/SO (as UDF) with a standard api
for external table interface? [maybe it could export/import other
formats (example dbf, csv), and handle null and blob; up to external
table update and delete rows]