Subject Re: R: R: R: R: [IBO] for Jason: TIBOQuery vs. TFIBDataset speed test
Author Carlos H. Cantu
Sorry, but TFields should be faster than any other method like
FieldByName,etc. I remember to read a message from Jason in the past
where he said that if he would start building IBO right now, he would
sure include TFields in the native components.

In other words, TFields are nice and fast :)

99% of my projects uses TIBO components for data manipulation, mixed
with TIB_cursor and TIB_DSQL when needed. Of course, native controls
has it advantages, but for me, 3rd compatibility with Infopower and
other VCL components is a must-have, so TIBO is my choice.

Ah... I'm very satisfied with the performance I have.

[]s
Cantu
http://www.warmboot.com.br
FireBase - http://www.FireBase.com.br

LC> Enrico Raviglione wrote:

>> i use TIBO component, native IBO use it's TIB_Column but TIBO component
>> it use TField as TQuery vcl component.

LC> But things will be a LOT faster if you drop the TField stuff. It was
LC> intended for migrating applications not for developing them. You should
LC> only need legacy components for the occasional connection to a TIBO
LC> component. If you want to do EVERYTHING using them then it WILL be slow.