Subject | Re: [firebird-support] How to pass a TIMESTAMP value to a Pascal UDF |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2009-11-27T17:55:56Z |
> 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.Look into ibase.h. ISC_TIMESTAMP is just a record consist of ISC_DATE
>
> Any help will be appreciated.
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.