Subject Re: [IBO] IB_Export and IB_Import???
Author Jason Wharton
These two components are not exactly created to work as you are trying. The
import needs an INI file telling it how to parse the text and the export
doesn't create one (yet). If you would like free commercial licensing this
is one area I could use a contribution.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Alex Mazaron" <mazaron@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, May 23, 2001 9:58 AM
Subject: [IBO] IB_Export and IB_Import???


> Can anybody give me an example of as to use these components.?
> --- * * * I used like this IB_Export and blz worked
> IB_Query1.Open;
> IB_Export1.Filename := ' C:\GeraSoft\Backup.txt ';
> IB_Export1.Execute;
>
> --- * * * but the IB_Import not it worked gave mistake of Token Unknown
>
> IB_Import1.AsciiFile := ' C:\GeraSoft\Backup.txt ';
> IB_Import1.DestTable := ' Empresas';
> IB_Import1.Execute;
>
> Some help please???
>
>
> Alex
> GeraSoft
> Apucarana-PR
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>