Subject Re: [firebird-support] FreeUDFLib
Author Magnus Titho
Jean Derrie Rigo schrieb am 22.03.2005 14:29:
> Daniel,
>
> The .dll file is at the UDF's folder and I set the firebird.conf to
> point to that place too like say in the readme.txt from firebird folder! I'm
> trying use the function as SYSDBA user, so I think I have the permissions to
> do that...

Did you declare the function for the database where you want to use it?
UDFs have to be declared yor each database separately.
Examples are in examples\udf.sql.


Magnus