Board index » delphi » Master-master-detail
anna...@cadvision.com (Ritchie Annand)
![]() Delphi Developer |
Sun, 30 May 1999 03:00:00 GMT
Master-master-detailHere's another question to field to those who piddle around with the I've set up a master-master-detail table setup similar to this: Table A (master of B and C): Table B (detail of A, master of D): Table C (detail of A, also master of D): Table D (detail of both B and C): It's reasonably easy to get table D set up with a parameterized query: select * from D I set the parameters within the DataSOURCEs for B and C's OnDataChange This works just fine when I change records in either B or C (I'm using Is there a way to determine whether all the OnDataChanges that were Thanks for any input you can provide :) --=- Ritchie Annand |