Hi,
    I am using Spring with Ibatis. I have a stored procedure that
inserts a row into the table. I want to call this procedure multiple
times(as a batch). Please suggest which method do I use to call the
procedure. 
 
Do I use the 

getSqlMapClient().queryForList since I am calling a stored proc (or)

getSqlMapClient().insert since the stored proc is used to insert.

Any help on this is greatly appreciated.

Thanks and Regards

Sundar Sankarnarayanan

Reply via email to