Hello together,
I'm currently facing a problem in MS Dynamics AX 2009. Im trying to call a stored procedure via x++ code with the following code:
The execution is successful (no errors) but the content of the stored procedure is not executed and the effect / result could not be seen in the DB.
If i run the stored procedure directly from the SQL Management Studio with the identical SQL Statement /EXEC [MY_ITEM]..../ everything is executed correctly.
Any idea why the code / the class is executed without errrors but no effect in the DB?
Thanks for any hint
Sebastian