Subject *Problems with UDF
Author viruxfr54
hi all,

i've a problem with an UDF, with an old DB my UDF work fine,
but if i create a new DB i've an invalid request BLR .... Error
just with one function, the others function is OK.

The two DB is on the same server.

can someone help me ?

thanks, virux

the complete error message :

---------------------
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'