Subject Re: [IBO] Paradox Comparison
Author Aage Johansen
On Fri, 14 Nov 2003 19:57:40 +0000 (UTC), nevillerichards wrote:

> I am converting a large project from Paradox to IBO (using the TDataset
> equivalents).
> The software imports and processes large quantities of ASCII data.
> So far, the IBO version seems to run at about 1/5 the speed of the
> original Paradox. I am sure that this isn't how it was supposed to be!
> Does anyone know of any obvious pitfalls that people usually drop into?

In some situations, nothing (well, hardly anything) can beat a desktop
database like Paradox for speed. As Lucas said, C/S databases is about
more than speed - robustness is just one point.

When importing, do use the TIB_DSQL (which you prepare just once).
After the import, there are new pitfalls to avoid ... - just ask here.


Regards,
Aage J.