Subject | Re: [firebird-support] Inserting data from another fdb file |
---|---|
Author | Woody (TMW) |
Post date | 2004-12-19T15:38:19Z |
>store
> Thanks Helen.
> Does that mean, that after getting data from first fdb file, I should
> somewhere, and then pass this values to insert statement for secondI do this stuff all the time. My main application uses archive databases for
> database.
> This is clear to me until I want to pump blob fields with this method. How
> should blob fields be handeled ?
>
fiscal backups. In one module, I have a "filter" page for filtering the
records you want to archive by making some selections. These records are
then shown in a grid. The user can select all/some and they get copied to
the archive db. It doesn't matter what the field type is if you structure
your code correctly.
Woody (TMW)