Hi,
I am trying to execute the stored procedure with the following syntax In Metastrom BPM Version 9. But it fails.
"exec SPNAME '"+PROCESSNAME.STARTDATE+"'"
PROCESSNAME.STARTDATE is my input parameter to the stored procedure. When i tried to run the stored procedure with the hardcoded value like "exec SPNAME '2011-10-11" then its working fine.
So can you help me to provide the sample or how to execute the SP?
Thanks,
Sath