Subject | |
---|---|
Author | Mourad Hedfi |
Post date | 2018-03-09T08:40:38Z |
Hello,
I want to use FreeAdhocUDF with Firebird 2.5.8 on Mac OS 10.10.
I've executed the UDF script on my database and modifying firebird.conf as :UdfAccess = Restrict UDF ; /Library/Frameworks/Firebird.framework/Versions/A/Resources/English.lproj/var/;
But when I execute a query using dateToStr function, I've the following error :
Statement failed, SQLSTATE = 39000
invalid request BLR at offset 39
-function DATETOSTR is not defined
-module name or entrypoint could not be found
Can anyone tell me what I'm missing ?
Best regards