Subject Re: [firebird-support] embedded firebrid and UDFs
Author Dimitrios Chr. Ioannidis
Rolf & Sibylle Nussbaumer wrote:

>........I placed the UDF-DLLs in
>every directory I could think of and tried different settings in
>firebird.conf, but nothing seems to work.
>

snip from embedded readme :

>> If external libraries are required for your application,
>> then you should have them separately. Most probably, it
>> will be INTL support (fbintl.dll) or UDF libraries. To
>> be able to use them, you should place them into the
>> directory tree which emulates the Firebird server one,
>> i.e. has subdirectories like /intl or /udf. Then open
>> your firebird.conf and set RootDirectory to the
>> aforementioned directory tree. Example:

>> /my_app/app.exe
>> /my_app/gds32.dll
>> /my_app/firebird.conf
>> /my_app/fb/firebird.msg
>> /my_app/fb/intl/fbintl.dll
>> /my_app/fb/udf/fbudf.dll

hope this helps :)

Dimitris