Hi everybody,
I'm guessing I have an issue with Database RI model, because I'm working with the old application.
Ok, here is the question.
Is it possible conceptually this model
Child1 FKField
Parent PKField1
Child2 FKField2
Parent PKField2
---------------------------
In my case I have a table that had Name field as a PK and had children using name as an FK.
I added a new identity field for this table to set up relation with another new table. I got a problem with my older form, so I had to make the name field primary again.
But does it mean I was wrong and I can not have different tables related to my table based on different fields?
Could you please clarify this confusion for me?
Thanks in advance.
I'm guessing I have an issue with Database RI model, because I'm working with the old application.
Ok, here is the question.
Is it possible conceptually this model
Child1 FKField
Parent PKField1
Child2 FKField2
Parent PKField2
---------------------------
In my case I have a table that had Name field as a PK and had children using name as an FK.
I added a new identity field for this table to set up relation with another new table. I got a problem with my older form, so I had to make the name field primary again.
But does it mean I was wrong and I can not have different tables related to my table based on different fields?
Could you please clarify this confusion for me?
Thanks in advance.