Subject IB_Export and IB_Import???
Author Alex Mazaron
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 Violation of
Access.

IB_Import1.AsciiFile := ' C:\GeraSoft\Backup.txt ';
IB_Import1.DestTable := ' Empresas';
IB_Import1.Execute;

Some help please???

Alex
GeraSoft
Apucarana-PR - Brazil