master/detail key fields question
- From: "Keith G Hicks" <krh@xxxxxxxxxxx>
- Date: Sat, 28 May 2005 11:44:19 -0400
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?
Here's the table setup:
tblMaster.MasterID
tblDetail.DetailID
tblDetail.MasterID (to match the tblMaster.MasterID)
Thanks,
Keith
.
- Follow-Ups:
- Re: master/detail key fields question
- From: Brian Bushay TeamB
- Re: master/detail key fields question
- Prev by Date: Microsoft ADO Extensions type library disapeared
- Next by Date: Re: About NextRecordSet
- Previous by thread: Microsoft ADO Extensions type library disapeared
- Next by thread: Re: master/detail key fields question
- Index(es):
Relevant Pages
|