Subject | RE: [IBO] Simple Import/Export |
---|---|
Author | Support List |
Post date | 2011-08-18T01:01:49Z |
Dave,
Jason
> I have a small .DBF file of a few thousand records that I want to move toThe BDE has tools for doing this. See TBatchMove.
> 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.
Jason