Hi all,
I have to execute a stored procedure through the Native SQL String format.
I have converted my data a string and trying to execute the procedure using the string format as
"EXCEUTE TESTXIPROCEDURE ('Aditya',786,'SE','1/25/2007');"
I also tried without the EXECUTE
but it give the following error
"invalid SQL statement ' executing service raw2sql with SQL statement 'TESTXIPROCEDURE ('Aditya',78807,'SE','1/8/2006');'"
Is this not the way to ivoke the procedure
Please guide me through this
Rgds
Aditya