Subject Re: [IBO] Faster Datapump from FoxPro/Paradox to Firebird
Author Jason Wharton
Don't Insert/Post for a batch load of data.
That is a buffered dataset operation, not purely loading data to the server.
Rule of thumb, if you can use a stored procedure, do.

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


----- Original Message -----
From: "Enrico Raviglione" <e.raviglione@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, February 28, 2002 5:22 AM
Subject: R: [IBO] Faster Datapump from FoxPro/Paradox to Firebird


> Hi,
> i don't have the same structure and i must do some operation when import
the
> data, then a standard Datapump utility don't solve my problem.
>
> But why the insert/post on Firebird are so slow?
>
> Regards,
> Enrico Raviglione.