Subject | RE: [IBO] DevExpress combination |
---|---|
Author | Jason Wharton |
Post date | 2004-11-16T01:30:22Z |
> Does TIBOQuery native access too?Absolutely its native. TIBOQuery just has the TDataset wrapper around an
> 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 ).
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