Subject | Re: [firebird-support] Re: UDF - entry point could not be found F_ADDMONTH |
---|---|
Author | Helen Borrie |
Post date | 2011-03-12T23:56:08Z |
At 10:50 AM 13/03/2011, you wrote:
./hb
>> 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).Remove ".dll" from the module name. If IBExpert put that there then IBExpert has a bug.
>
>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
./hb