Subject | Re: [IBO] *Problems with UDF |
---|---|
Author | viruxfr54 |
Post date | 2005-06-21T12:35:14Z |
hi helen,
that don't work :(
The dskudf.dll is in the correct directory location (udf in firebird
installation directory), and the function work with an other DB in
the same server.
virux
that don't work :(
The dskudf.dll is in the correct directory location (udf in firebird
installation directory), and the function work with an other DB in
the same server.
virux
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 12:14 PM 21/06/2005 +0000, you wrote:
>
> >---------------------
> >invalid request BLR at offset 60
> >function WEEKOFYEAR is not definited
> >module name or entypoint could not be found
> >---------------------
> >
> >
> >DECLARE EXTERNAL FUNCTION WEEKOFYEAR
> > DATE
> > RETURNS INTEGER BY VALUE
> > ENTRY_POINT 'WEEKOFYEAR'
> > MODULE_NAME 'dskudf.dll'
>
> Drop the function and re-define it without ".dll" in the module
name. Also
> (of course) make sure that dskudf.dll is in the correct directory
location.
>
> Helen