Subject Re: Add Year function
Author Adam
--- In firebird-support@yahoogroups.com, "alanpltse" <alanpltse@...>
wrote:
>
> Hi,
>
> I used the this to declare the function:
>
> declare EXTERNAL FUNCTION ADDYEAR [DATE, integer]
> returns date by value
> entry_point 'ib_udf_addyear'
> module_name 'ib_udf'
>
>
> When I compile a stored procedure to call the ADDYEAR, an error is
> ADDYESR is not defined.

Well it seems a perfectly reasonable complaint to me. I wouldn't know
what 'ADDYESR' was either.

Adam