Subject Simple Import/Export
Author squidsrus85
Hi All,

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.

Thanks

Dave