Sybase Stored Procedure w/ output parameters does not work
Posted: 26.03.2012, 22:16
Hello!
I'm having trouble running a procedure (TZStoredProc) that contains two output parameters. The error occurs exactly in the parameters, see:
Procedure expects parameter @ p_modulo_por_menu pCodModulo, Which was not supplied.
Procedure expects parameter @ p_modulo_por_menu pNomeModulo, Which was not supplied.
My database is Sybase (unfortunately, because we use it here at work). Previously we were using BDE and we are trying to use to get rid ZeosLib definitely BDE and all its eccentricities.
Using TStoredProc (standard BDE) the procedure runs smoothly. Any ideas?
I'm having trouble running a procedure (TZStoredProc) that contains two output parameters. The error occurs exactly in the parameters, see:
Procedure expects parameter @ p_modulo_por_menu pCodModulo, Which was not supplied.
Procedure expects parameter @ p_modulo_por_menu pNomeModulo, Which was not supplied.
My database is Sybase (unfortunately, because we use it here at work). Previously we were using BDE and we are trying to use to get rid ZeosLib definitely BDE and all its eccentricities.
Using TStoredProc (standard BDE) the procedure runs smoothly. Any ideas?