Subject Re: Help
Author lysander_fb
--- In firebird-support@yahoogroups.com, RONALD STARK <starkr@t...> wrote:
> Hi,
> I'm migrating data from DBFs to firebird tables.

Which language are you using for migration?
And HOW are you migrating?
I also have a huge conversion task while the application is in use
every day, so I often need to batch-insert data. If you are using
dBase-Language or Delphi, you can easily control the transaction and
hard-commit-intervals.

Make sure you understand about the difference in using indexes in
Firebird and dBase/FoxPro. dBase needs a lot more indexes than
Firebird does. Batch-inserts can get very slow when indexes are involved.

ciao,
André