Hello
How can I joint two tables using ODAC TOraTable ?
I want to make similar thing as in case BDE Masterdata/Mastefields.
When I try use Masterdata/Mastefields I don`t see ellipsis button next to the MasterFields and I Can not invoke the Field Link Designer.
Please help
Regards
Connecting(linking) two table
Currently ODAC has no special editor for the MasterFields property in C++ Builder. You can define values for the MasterFields and the KeyFields properties of the TOraTable component in object inspector by typing field names manually.
We'll add the editor for the MasterFileds property in the next build of ODAC.
We'll add the editor for the MasterFileds property in the next build of ODAC.
You should set the MasterSource property of the detail table to a TDataSource component that is connected to the master table. Then assign master table field name(s) to the MasterFileds property of the detail table. Assign detail table corresponding field name(s) to the KeyFileds property of the detail table.