Subject | Re: [IBO] Paradox Comparison |
---|---|
Author | Aage Johansen |
Post date | 2003-11-14T21:05:49Z |
On Fri, 14 Nov 2003 19:57:40 +0000 (UTC), nevillerichards wrote:
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.
> I am converting a large project from Paradox to IBO (using the TDatasetIn some situations, nothing (well, hardly anything) can beat a desktop
> 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?
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.