Subject | Re: [firebird-support] Add Year function |
---|---|
Author | Helen Borrie |
Post date | 2006-04-07T07:38:25Z |
At 04:51 PM 7/04/2006, you wrote:
declared in the database?
./heLen
>FireBird 1.5It's an external function (UDF) in fbudf.dll. Do you have it
>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
declared in the database?
./heLen