I have a question regarding "Execute Stored Procedure" plug-in. I have

I have a question regarding "Execute Stored Procedure" plug-in. I have a stored procedure that needs to insert rows into the database. If I was calling it from java I would either use addBatch on the CallableStatement or pass in arguments of type Types.ARRAY and have the procedure loop through the entries. I have tried passing an array or a field with multiple enabled into the procedure using the "Execute Stored Procedure". However, this did not work. Is there any way to use this plug-in to pass several rows worth of information into the stored procedure withough calling the plug-in over and over again, which is very slow....

OriginalPostID-69992

OriginalPostID-69992

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data