Subject | Problems using UDF and Firebird Embedded |
---|---|
Author | tmmcaravaca |
Post date | 2006-09-14T08:16:46Z |
Hi,
I'm having problems using UDF functions with Firebird Embedded.
I can use standard functions like UPPER but not other functions
that I need like LOWER. I'm using
Firebird-1.5.3.4870-0_embed_win32 and Java jdk-1.5.
How can I resolve it?
I've modified firebird.conf in different ways:
RootDirectory = C:\MyApplication
and one of the following each time:
UdfAccess = Restrict udf
UdfAccess = Restrict udf;C:\MyApplication\udf
Also I've set the DOS environment variable
EXTERNAL_FUNCTION_DIRECTORY to C:\MyApplication\udf and the PATH
variable is set to %PATH%;%EXTERNAL_FUNCTION_DIRECTORY%
Thanks.
I'm having problems using UDF functions with Firebird Embedded.
I can use standard functions like UPPER but not other functions
that I need like LOWER. I'm using
Firebird-1.5.3.4870-0_embed_win32 and Java jdk-1.5.
How can I resolve it?
I've modified firebird.conf in different ways:
RootDirectory = C:\MyApplication
and one of the following each time:
UdfAccess = Restrict udf
UdfAccess = Restrict udf;C:\MyApplication\udf
Also I've set the DOS environment variable
EXTERNAL_FUNCTION_DIRECTORY to C:\MyApplication\udf and the PATH
variable is set to %PATH%;%EXTERNAL_FUNCTION_DIRECTORY%
Thanks.