Please I need help the executeStoredProcedure don’t work.
I use Sql Anywhere 9.02 in this example
The code is in the attached file.
This storedProcedure works fine in my application with visualFoxPro.
Thanks for your time. Armin Kessler
executeStoredProcedure error.doc (121 KB)
Armin,
It looks like the stored procedure is being called but there is a problem with one of the parameters.
Since there are so many it is very difficult to track down the one that gives the problem.
Try a trimming down the procedure to 1 argument and add an argument until you get the error.
Rob