Subject Re: [firebird-support] Re: UDF - entry point could not be found F_ADDMONTH
Author Helen Borrie
At 10:50 AM 13/03/2011, you wrote:
>> In the database means as a declared object in the database. Once it is declared in the database, you can use it in both DSQL and PSQL ("stored procedure language", if you're thinking of PSQL that way).
>
>OK, I checked, and here is how it is declared:
>
>DECLARE EXTERNAL FUNCTION F_ADDMONTH
> DATE,
> INTEGER
>RETURNS DATE
>ENTRY_POINT 'AddMonth' MODULE_NAME 'FreeUDFLib.dll';
>
>Does the DLL need to be in a specific location other than the UDF subfolder

Remove ".dll" from the module name. If IBExpert put that there then IBExpert has a bug.

./hb