V
Vad
Hi, all.
I'm trying to set relations between two DataSet tables.
The problem is, that the key of the parent table has more columns
than the child table, something like this:
ParentTable(id, name, amount)
ChildTable(id, name)
So I can't relate the column "amount" to any column of ChildTable.
And if I don't consider this column, the program fails on "A child row
has multiple parents."
Any suggestions?
Thanks in advance.
I'm trying to set relations between two DataSet tables.
The problem is, that the key of the parent table has more columns
than the child table, something like this:
ParentTable(id, name, amount)
ChildTable(id, name)
So I can't relate the column "amount" to any column of ChildTable.
And if I don't consider this column, the program fails on "A child row
has multiple parents."
Any suggestions?
Thanks in advance.