Hello,
My problem is structure resultset mapping to rows (header - details).
Structure SOURCE.
Resulset
ROW (0..outbound)
-ID (Identificador)
-NAME
-NUM
Example
ID ;NAME;NUM
ID1 ;xxxx ;100
ID1 ;xxxx ;120
ID2 ;yyyy ;100
ID2 ;yyyy ;110
ID2 ;yyyy ;120
Structure TARGET
ROW (0..outbound)
HEADER (1..1)
-ID
DETAILS (1..outbound)
-NAME
-NUM
Example.
ROW (1)
HEADER (ID1)
DETAILS (xxxx;100)
DETAILS (xxxx;120)
ROW (2)
HEADER (ID2)
DETAILS (yyyy;100)
DETAILS (yyyy;110)
DETAILS (yyyy;120)
My problem is mapping.
ROW ; HEADER ; DETAILS
Atte. Claudio Leó