rduncan10
13th February 2007, 18:52
Hi,
I'm looking for advise on copying data between companies in Baan.
The script I'm working with (which copies item data) selects the data from the source company into variables, then updates or inserts with the contents of these variables. This works fine, but the code is very long as there is a single variable for each field of the table. I'm looking for some way to shorten this.
I know it is possible in some dbs to store an entire row in an array or other structure and insert that. Is there an equivalent to this in Baan?
Thanks,
RD
I'm looking for advise on copying data between companies in Baan.
The script I'm working with (which copies item data) selects the data from the source company into variables, then updates or inserts with the contents of these variables. This works fine, but the code is very long as there is a single variable for each field of the table. I'm looking for some way to shorten this.
I know it is possible in some dbs to store an entire row in an array or other structure and insert that. Is there an equivalent to this in Baan?
Thanks,
RD