Subject RE: [IBO] DevExpress combination
Author Jason Wharton
> Does TIBOQuery native access too?
> I believed that only TIB_Query performs
> native access to database and TIBO_Query is only a compatible
> to TDataset and IBX ( with a lack of native access ).

Absolutely its native. TIBOQuery just has the TDataset wrapper around an
internal TIB_Query component. It was done very efficiently so that there is
essentially no appreciable performance difference.

What is meant by native is that there are no third part drivers loaded like
BDE does with SQLLinks or ODBC drivers, etc.

Regards,
Jason Wharton