Subject | Re: [ib-support] Re: UDF |
---|---|
Author | Helen Borrie |
Post date | 2001-11-20T10:26Z |
At 07:54 AM 20-11-01 +0000, you wrote:
EXTERNAL_FUNCTION_DIRECTORY "c:\Program Files\firebird\udf"
EXTERNAL_FUNCTION_DIRECTORY "f:\fb_funcs"
.. as needed. Double-quotes on paths are required.
(But FB should already know about the \udf subdir, if your INTERBASE environment variable is correctly set up to point to your Firebird root directory. Strange otherwise...).
cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Helen,You can configure the EXTERNAL_FUNCTION_DIRECTORY in the ibconfig file on your server explicitly to directories where UDF libraries are located. You can have one or more locations, just make one entry per location and Firebird will search them in order:
>
>I'm using Firebird 1.0.0 RC1
>
>Fabrice
EXTERNAL_FUNCTION_DIRECTORY "c:\Program Files\firebird\udf"
EXTERNAL_FUNCTION_DIRECTORY "f:\fb_funcs"
.. as needed. Double-quotes on paths are required.
(But FB should already know about the \udf subdir, if your INTERBASE environment variable is correctly set up to point to your Firebird root directory. Strange otherwise...).
cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________