I have a similar problm.
I have a dataset populated from an excel file that I want to write to an Iseries table. The only way I have been able to find to do this is to read through the dataset, one record at a time and issue a single INSERT SQL statement for each record. This means if my Excel file contains 10,000 rows, I perform 10,000 individual INSERT statements within a loop. This is a slow process.
There has got to be a better way to do this. Can anybody help us out?
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.