Forum Discussion
TSanchez_1
Staff
12 years agoHello,
I took a quick look at your previous post and everything should work, I assume that there must be small step missing but we want to get the ball rolling so looking at the below groovy script it seems to me that you are using the incorrect syntax to call stored procedure, you should use "sql.call" instead of "sql.eachRow"
Please refer to this link http://groovy.codehaus.org/Database+features
Let me know if this solves your issue.
Regards,
Temil Sanchez
I took a quick look at your previous post and everything should work, I assume that there must be small step missing but we want to get the ball rolling so looking at the below groovy script it seems to me that you are using the incorrect syntax to call stored procedure, you should use "sql.call" instead of "sql.eachRow"
Please refer to this link http://groovy.codehaus.org/Database+features
Let me know if this solves your issue.
Regards,
Temil Sanchez