Re: master/detail key fields question



>If I have 2 database tables that are set up as master/detail and am using a
>TAdoDataSet for each one and have them set up as master/detail, is it
>possible to have the detail dataset automatically insert the appropriate
>master ID into its new records rather than having to do that in code?

A Master/Detail link in Delphi should propagate the linking master values to the
detail table provided master table linking values exist in the Master table
before inserting detail records.

--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



Relevant Pages