TenGor
Member³
Hy,
got the following problem:
I want to fill up 3 tables:
TAB_A, TAB_B which contains master data
and TAB_AB which is an n-m table between both above.
So i fill in Data Gerenator TAB_A, TAB_B with a set of 10 records and the TAB_AB should be filled with 1..3 Records of TAB_A.
If i look in the table TAB_AB after a test run, the first foreign key (from TAB_A) is filled correct, but for the foreign key for TAB_B i see only '?'.
In the definition for TAB_AB i have 3 columns:
ID -> primary key
FK_A -> foreign key from TAB_A
FK_B -> foreign key from TAB_B
As data i have
ID -> Sequence(1, 1) [Data column]
FK_A -> TAB_A.NR [Master column]
FK_B -> TAB_B.NR [Master column]
What is going wrong?
This is indeed the same in Ver. 6 or Ver. 7
got the following problem:
I want to fill up 3 tables:
TAB_A, TAB_B which contains master data
and TAB_AB which is an n-m table between both above.
So i fill in Data Gerenator TAB_A, TAB_B with a set of 10 records and the TAB_AB should be filled with 1..3 Records of TAB_A.
If i look in the table TAB_AB after a test run, the first foreign key (from TAB_A) is filled correct, but for the foreign key for TAB_B i see only '?'.
In the definition for TAB_AB i have 3 columns:
ID -> primary key
FK_A -> foreign key from TAB_A
FK_B -> foreign key from TAB_B
As data i have
ID -> Sequence(1, 1) [Data column]
FK_A -> TAB_A.NR [Master column]
FK_B -> TAB_B.NR [Master column]
What is going wrong?
This is indeed the same in Ver. 6 or Ver. 7