I need to import a csv file into Firebird and I\'ve spent a couple of hours trying out some tools and none fit my needs.
The main problem is that al
use the csv-file as an external table. Then you can use SQL to copy the data from the external table to your destination table - with all the possibilities of SQL. See http://www.firebirdsql.org/index.php?op=useful&id=netzka