TCustomADODataSet: Finding detail tables
- From: deoncrause@xxxxxxxxxxxxx
- Date: 23 Jun 2006 03:19:07 -0700
I need to represent a group of tables in a treeview based on their
Master-detail relationship.
e.g.
Master1
|
>Detail1<<Table>>
|
> Detail2<<Table>>
|
> DetailDetail3<<Table>>
The relationships are dynamic, thus I need to be able to get a
specified master table's detail tables on the run. I've had a look at
MasterDataLink, but this class only has a single detail dataset.
Master1 must somehow be able to broadcast the event OnChange to its the
detail tables?!
Any help would be greatly appreciated!
.
- Follow-Ups:
- Re: TCustomADODataSet: Finding detail tables
- From: Riki Wiki
- Re: TCustomADODataSet: Finding detail tables
- Prev by Date: Re: CDS, Query and Access
- Next by Date: Re: TCustomADODataSet: Finding detail tables
- Previous by thread: TADODataset does not want to post records
- Next by thread: Re: TCustomADODataSet: Finding detail tables
- Index(es):
Relevant Pages
|