Subject | Re: [firebird-support] the best way to move data between different firebird dbs |
---|---|
Author | eMeL |
Post date | 2009-05-22T14:57:09Z |
> <http://trustware.emel.hu/index.php?page=12>This utility only a direct and managed import from other database.
>
> 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?
//
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]