Data generator, not generating to multiple child tables

andyh

Member²
I have tables A, B and C.

B and C are child/detail tables of A.

When I try to generate data, I only get data for the master (A) and one of the child tables. The generated child table will be the first listed.
 
This still doesn't work with Version 6.0.2.880.

Although the 'test results' show values for multiple child tables, the generated SQL doesn't get past the first child table.
 
Back
Top