Subject | RE: [ib-support] ABS function in linux UDF (IB 5.6) |
---|---|
Author | Helen Borrie |
Post date | 2002-03-22T10:48:27Z |
At 11:01 AM 22-03-02 +0100, Thomas Steinmaurer wrote:
H.
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________
>move the udf-library into the /usr/interbase/bin directory and try it..and when you call abs() in your code, call abs() not ABS()
>again it. don't know if all steps are necessary, but this might work
>
>1) drop the declaration of abs:
>
>DROP EXTERNAL FUNCTION abs;
>
>2) Shutdown the Interbase Server
>
>3) move ib_udf into the /usr/interbase/bin directory
>
>4) Start the Interbase Server
>
>5) Redeclare your external function
H.
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________