Subject Re: Add Year function
Author alanpltse
Hi,

How do I declare that in the database using IBExpert or EMS IBManager ?


--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@...> wrote:
>
> At 04:51 PM 7/04/2006, you wrote:
> >FireBird 1.5
> >I run EMS IBManager/IBExpert to execute the SQL:
> >
> >UPDATE OldDateTable
> >SET Transaction_Date = ADDYEAR(Transaction_Date, 100)
> >WHERE Transaction_Date < 1910
> >
> >I got 'function unkown' error: AddYear
>
> It's an external function (UDF) in fbudf.dll. Do you have it
> declared in the database?
>
> ./heLen
>