Re: Return value from Oracle Stored Procedure

2003-02-27 Thread Gabriele Domenichini
Wednesday, February 26, 2003 3:14 PM Subject: Return value from Oracle Stored Procedure Cannot get a return value from the following: {call iauth_user_process.is_valid_authlogin( p_authlogin, p_authpassword, p_clientipaddress, p_secure, p_session,

Re: Return value from Oracle Stored Procedure

2003-02-27 Thread Gabriele Domenichini
Wednesday, February 26, 2003 3:14 PM Subject: Return value from Oracle Stored Procedure Cannot get a return value from the following: {call iauth_user_process.is_valid_authlogin( p_authlogin, p_authpassword, p_clientipaddress, p_secure, p_session,

FIXED: Return value from Oracle Stored Procedure

2003-02-26 Thread Nigel Shrieves
Works if I change     to     Must be testing what the return type is as we use this same stored procedure in PHP and it returns a string ##  Cannot get a return value from the following:           {call iauth_user_process.is_valid_authlogin(  

Return value from Oracle Stored Procedure

2003-02-26 Thread Nigel Shrieves
Cannot get a return value from the following:           {call iauth_user_process.is_valid_authlogin(   p_authlogin,   p_authpassword,   p_clientipaddress,   p_secure,   p_session,   p_siteid,   )}                     The error log is:   org.apache.avalon.framework.CascadingRunt