Board index » delphi » Parent-Child with a unique child identifier
PMG
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Parent-Child with a unique child identifier
I have the following situation:
A Buyer table (Primary Key = BuyerCode) and a ShipAddress table (Foreign Key = BuyerCode, and ShipID). The tables are set up in a normal parent-child relationship, so that The key stipulation is that ShipID must be unique for the ENTIRE table, BTW, I am using client data sets, D5. How do I check that the user's entry for ShipId is unique for the Any advice would be appreciated |