Hi - i'm having a problem with inserting records properly into a relational database - I have EDI 850 input, and I am attempting to insert into multiple tables (Header, Detail, items, etc) - The problem I am havnig is when I insert into the database, the mercator map inserts all the headers, then all the detail, etc. This is causing the Key fields on the secondary level to all have the last header key. Example:
Header 1 - Detail 5
Header 2 - Detail 5
Header 3 - Detail 5
Header 4 - Detail 5
I need them to be as follows:
Header 1 - Detail 1
Header 2 - Detail 2
Header 3 - Detail 3
Header 4 - Detail 4
I am using Extract when pulling the data out of the 850, and the trees are created from the table directly.
Can anyone help? Thanks!
-Z-
Header 1 - Detail 5
Header 2 - Detail 5
Header 3 - Detail 5
Header 4 - Detail 5
I need them to be as follows:
Header 1 - Detail 1
Header 2 - Detail 2
Header 3 - Detail 3
Header 4 - Detail 4
I am using Extract when pulling the data out of the 850, and the trees are created from the table directly.
Can anyone help? Thanks!
-Z-