On 1/15/2010 5:51 AM, JJ Stuart wrote:

Having issues calling below function and retrieving the result. Can some help
(esp with XML set up )


CREATE FUNCTION test_function (param int) RETURNS int
BEGIN
        
        RETURN param + 1;
END;


Have you taken a look at the FAQ on stored procs?

http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+call+a+stored+procedure

Show us what you have so far, and perhaps we can make suggestions.

--
Guy Rouillier

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to