Subject RE: [firebird-support] External File Construction
Author Helen Borrie
At 04:59 PM 11/02/2004 -0800, you wrote:
>I have been looking at your tool, but I don't see any instructions on how to
>construct a file using your custom file structure. I want to be using this
>on a regular basis and would need my own frontend to construct the file
>without having the data be exported from another database.

Can you clarify your dev environment options? If it's Delphi, I can send
you the source for a little app built with the IBObjects TIB_Import
component, that reads a big, ugly CSV file into a big, ugly input table and
then filters the data into a nice, refined table. CSV isn't suitable for
use as an external file because it isn't fixed format.

/heLen