Subject Re: Firebird and FreeUDFLib.dll
Author dantrams
Hi George:

F_DEFAULTFLOAT is a custom UDF that we added to a modified version of
freeudflib.dll that we distribute with our app.

If you can let me know what you're trying to accomplish, perhaps I
can help you more.

Regards,

Dan Palley
TRAMS, Inc.

--- In ib-support@y..., "Yolland, George" <george.yolland@u...> wrote:
> Hi,
>
> I'm working with an application that was written in IB v5.x. The ddl
> references an external library FreeUDFLib.dll and several functions
> reference that library. This causes error when trying to do simple
sql on
> several tables, like:
>
> SQL> select * from atable ;
> Statement failed, SQLCODE = -104
>
> invalid request BLR at offset 2
> -function F_DEFAULTFLOAT is not defined
> -module name or entrypoint could not be found
> SQL>
>
> So....
>
> 1) Will FreeUDFLib.dll work with Firebird? If yes, where can I get
it?
>
> 2) Better yet, can I somehow disable the need for the external
library and
> still access all the data?
>
> 3) Any other suggestions will be appreciated.
>
> Thanks, George