OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
What is the error?

From: maxdb (maxdbceroriesgo.co.cr)
Date: Wed May 26 2004 - 10:53:16 CDT


when i try to create this simply function get this error

~ Error: [-5016] (at 67): Missing delimiter: )

create function dba.fn_conta_ExisteNivelSuperior(strCuenta varchar(30))
Returns varchar(10) AS
Var strRetVal varchar(10);
Try
     Set strRetVal = 'S';
Catch
   If $RC <> 100 Then Stop($rc, 'unexpected error on
fn_conta_ExisteNivelSuperior');
Return strRetVal;

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb