Re: AW: Function gone/lost

2005-03-03 Thread Dirk Zugenmaier
er defined functions are released with 7.6.XX only ! Best Regards, Thomas -Ursprüngliche Nachricht- Von: Dirk Zugenmaier [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 1. März 2005 19:18 An: maxdb@lists.mysql.com Betreff: Function gone/lost Hi there, hopefully someone can help me: after cr

Function gone/lost

2005-03-01 Thread Dirk Zugenmaier
Hi there, hopefully someone can help me: after creating a function as: create public function TESTFUNC2 (FALLNR fixed(16)) RETURNS CHAR(1) AS IF FALLNR < 999 then return 'S'; if FALLNR < 99 then return 'A' else return 'T'; I am unable to find the definition anywhere in my dat