Subject | Re: [firebird-support] Re: group by week |
---|---|
Author | Helen Borrie |
Post date | 2003-10-18T09:07:05Z |
At 08:19 AM 18/10/2003 +0000, you wrote:
function (DROP EXTERNAL FUNCTION 'f_WeekOfYear'), commit it, then declare
and commit it again minus ".dll". AFAIR, the server otherwise is looking
for 'FreeUDF.dll.dll', as it appends the platform-specific suffix at run-time.
your configuration file. Can't help with that unless you tell us what
version of the server you are using.
hb
>yes I have declare it by executing this ...Ah, these FreeUDFLib declarations are a bit suspect. Try dropping the
>
>declare external function f_WeekOfYear
> date
> returns
> integer by value
> entry_point 'WeekOfYear' module_name 'FreeUDFLib.dll';
function (DROP EXTERNAL FUNCTION 'f_WeekOfYear'), commit it, then declare
and commit it again minus ".dll". AFAIR, the server otherwise is looking
for 'FreeUDF.dll.dll', as it appends the platform-specific suffix at run-time.
>and I have place the FreeUDFLib.dll both on ..\bin and ..\udf to beCould also be that you don't have the UDF library configuration correct in
>sure
>
>
>is there something wrong?
your configuration file. Can't help with that unless you tell us what
version of the server you are using.
hb