We are using Interbase XE3 (2013) with Delphi XE.
We need to export tables as CSV-File as they are imported into MsAccess for further controlling purposes.
For exporting we use the function of IBExpert and/or by our own program (Export as CSV-File via TClientDataSet from cxGrid).
The Problem: Unfortunately the export is way to limited and we have no solution for exporting the whole table (in this case 400k rows, approx. 80 columns, and it is increasing every month).
I've read about FBExport, but didn't test it yet as I do not want to risk problems with our database. Did anyone test this tool yet?
Suitable Solution (to be found): We need a way to export whole tables from Interbase XE3 into a CSV-File without a limitation in size/column/rows (that's why I think CSV is the way to go as there is no overhead). Also I would prefer a solution that can be executed via batch-file without the need for a person in front of a computer.
Kind regards