Subject | Re: Problems using UDF and Firebird Embedded |
---|---|
Author | Adam |
Post date | 2006-09-14T10:33:08Z |
--- In firebird-support@yahoogroups.com, "tmmcaravaca"
<tmmcaravaca@...> wrote:
available through ib_udf.dll, but you will need to make sure (just
like any other UDF) it has its entry point registered in the database
you intend on using it from.
I strongly suggest you get the UDF call working before you start
playing around in Firebird.conf. You should be able to register and
use the ib_udf calls with factory default settings.
Adam
<tmmcaravaca@...> wrote:
>UPPER is not a UDF function. It is built into the engine. LOWER is
> 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?
available through ib_udf.dll, but you will need to make sure (just
like any other UDF) it has its entry point registered in the database
you intend on using it from.
I strongly suggest you get the UDF call working before you start
playing around in Firebird.conf. You should be able to register and
use the ib_udf calls with factory default settings.
Adam