Subject RE: [IBO] Extract Year from Date Field under INTERBASE Computed fields
Author Claudio Valderrama C.
> -----Original Message-----
> From: Tony [mailto:apatri@...]
> Sent: Martes 16 de Enero de 2001 12:10
>
> BUT... All of You send me code under Delphi, I wanna learn how to
> extract Year from a DATE FIELD under INTERBASE Language,
> COMPUTED FIELDS DIRECTLY ON SERVER..

To my knowledge, you didn't say what IB version you're using.
The code I posted is IB SERVER CODE: EXTRACT is a function available in IB6
to decode a date, time or datetime (timestamp) field. Read the
ReleaseNotes.pdf doc that comes with IB6... in the Windows version, there
may be a shortcut for it in the IB program greoup. Otherwise, I don't
understand what you are asking for.

C.