PDA

View Full Version : SQL Insert AS400


gbarta
02-12-2003, 05:03
Hi,
Could someone help me in the following problem:
If I would like to Insert rows into an AS400 file via execSQL service, can I do it in one step for all the records stored in a record list, or I have to do it line by line.
Thanks for any guidence in advance.
Gabor

vinodravi
02-12-2003, 07:37
If you are using execSQL, you will have to do it line by line. Try writing a stored procedure or something like that.
Good Luck!