Subject Re: [IBO] Replacement components
Author Helen Borrie
At 03:26 AM 1/11/2006, you wrote:
>Hi All,
>
>I have planned to use IBO for connecting to database . The existing
>application have the following components
>
>TDatasource

TDatasource (TIB_Datasource for native TIB_* controls + TIB_* data access)

>TTable

TIBOTable (no equivalent in native IBO. Table components should be abandoned.)

>TDatabase

TIBODatabase (TIB_Connection + TIB_Transaction for native IBO)

>TBatchMove

No equivalent

>TQuery

TIBOQuery (TIB_Query for native IBO)


>can anybody pls tell the corresponding IBO Components that i should use.

You will find the TIBO* components on the iboTDataset palette. They
are the ones that are compatible with the VCL TDatasource and controls.

Helen