Subject | Re: [ib-support] Re: Dates calculations |
---|---|
Author | Helen Borrie |
Post date | 2002-01-18T04:14:47Z |
At 05:07 PM 18-01-02 +1300, Sandeep wrote:
With Firebird RC 2 on Windows, you have this UDF in FBUDF.dll:
--FBUDF_API ISC_TIMESTAMP* addMonth(ISC_TIMESTAMP* v, int nmonths)
declare external function addMonth
timestamp, int
returns timestamp
entry_point 'addMonth' module_name 'fbudf';
regards,
Helen
All for Open and Open for All
Firebird Open SQL Database ยท http://firebirdsql.org
_______________________________________________________
With Firebird RC 2 on Windows, you have this UDF in FBUDF.dll:
--FBUDF_API ISC_TIMESTAMP* addMonth(ISC_TIMESTAMP* v, int nmonths)
declare external function addMonth
timestamp, int
returns timestamp
entry_point 'addMonth' module_name 'fbudf';
regards,
Helen
All for Open and Open for All
Firebird Open SQL Database ยท http://firebirdsql.org
_______________________________________________________