Subject Re: [firebird-support] How to pass a TIMESTAMP value to a Pascal UDF
Author Dimitry Sibiryakov
> I want to write a Pascal UDF for transforming a date field into a string. I need some help in how the TIMESTAMP field is manipulated into de pascal code.
>
> Any help will be appreciated.

Look into ibase.h. ISC_TIMESTAMP is just a record consist of ISC_DATE
and ISC_TIME.

Logical question: why you want do it in UDF on server where nobody
can see results? Client application is more suitable place for such things.

SY, SD.