Hi ,
I am getting the below error while i am invoking a Java stored
procedure from another java stored procedure.
[IBM][CLI Driver][DB2/NT] SQL0751N Routine "" (specific name "")
attempted to execute a statement that is not allowed.
The Main SP say A ,calls SP1 reads the data and in a while loop
calls the SP2 to insert the data in that is retrieved in the
resultset.
Failure happens when the executeUpdate() is called for SP2 in the
first time itself.
I am using DB2 v8.1.5.449, and developing using the DB2 SPB.
Has anyone have any idea or ever faced this problem please do let me
know the solution ..I am stuck in the middle of development with this
issue.
Thanks much in advance
Regards,
george
I am getting the below error while i am invoking a Java stored
procedure from another java stored procedure.
[IBM][CLI Driver][DB2/NT] SQL0751N Routine "" (specific name "")
attempted to execute a statement that is not allowed.
The Main SP say A ,calls SP1 reads the data and in a while loop
calls the SP2 to insert the data in that is retrieved in the
resultset.
Failure happens when the executeUpdate() is called for SP2 in the
first time itself.
I am using DB2 v8.1.5.449, and developing using the DB2 SPB.
Has anyone have any idea or ever faced this problem please do let me
know the solution ..I am stuck in the middle of development with this
issue.
Thanks much in advance
Regards,
george
Comment