Subject RE: [IBO] Simple Import/Export
Author Support List
Dave,

> I have a small .DBF file of a few thousand records that I want to move to
> a Firebird format. All Fields are VARCHAR or Integer except one whici is
> autoinc. I have set up an autoinc generator in the empty .FDB.
>
> What's the best way of doing this? I can easily export to CSV and rename
> the AutoInc column to a normal integer and ignore it in the .FDB after the
> transfer.

The BDE has tools for doing this. See TBatchMove.

Jason