Subject | UDF |
---|---|
Author | Fabrice Aeschbacher |
Post date | 2001-11-19T16:56:24Z |
Hi,
After having copied fbudf.dll in ($INTERBASE_DIR)\udf and executed
the following statement:
declare external function dow
timestamp,
varchar(15) returns parameter 2
entry_point 'DOW' module_name 'fbudf'
, I try to execute:
SELECT dow('NOW') FROM rdb$database
and get the following error message:
ISC ERROR CODE:335544343
ISC ERROR MESSAGE:
invalid request BLR at offset 86
function DOW is not defined
module name or entrypoint could not be found
I also tried to copy fbudf.dll in the bin or lib directory, and to
give the full path as module_name, without success.
Did I miss something?
And by the way, which the default directory where the udf libs are
searched?
Thanks,
Fabrice
mailto:fabrice.aeschbacher@...
After having copied fbudf.dll in ($INTERBASE_DIR)\udf and executed
the following statement:
declare external function dow
timestamp,
varchar(15) returns parameter 2
entry_point 'DOW' module_name 'fbudf'
, I try to execute:
SELECT dow('NOW') FROM rdb$database
and get the following error message:
ISC ERROR CODE:335544343
ISC ERROR MESSAGE:
invalid request BLR at offset 86
function DOW is not defined
module name or entrypoint could not be found
I also tried to copy fbudf.dll in the bin or lib directory, and to
give the full path as module_name, without success.
Did I miss something?
And by the way, which the default directory where the udf libs are
searched?
Thanks,
Fabrice
mailto:fabrice.aeschbacher@...