Subject Re: [firebird-support] UDF documentation
Author Helen Borrie
At 04:26 PM 7/09/2003 +0000, you wrote:
>Hi all.
>1) Where can I find documentation about UDFs implemented in standard
>libraries

>(fbudf.dll

See the file fbudf.sql in the same dir, and read the Fb 1.0 release notes

> and ib_udf.dll).

See ib_udf.sql and the IB 6 Language Reference

>2) Do I need both fbudf.dll and ib_udf.dll ? Or the first one is just
>the new version ?

You don't *need* either of them unless you use any of the
functions. :-) They are different. ib_udf.dll is the fixed version of
Borl's original library, fbudf.dll is a collection of Firebird-only udfs
written by Claudio V., using descriptors to pass arguments.

heLen