Subject Re: [IBO] TIB_Import
Author guido.klapperich@t-online.de
It's described in the IB_Import.pas:
ImportMode: Set to mAppend will append data. Set to mCopy will
first delete all data in <DestTable> and then insert
the data from <AsciiFile>


Guido