Subject Re: [firebird-support] Re: How do you fetch SmallInt data type using sqlda?
Author Ann W. Harrison
Jeff Lynn wrote:
>
> Now I still need to address the problem with text and later on timestamnp.
>
Timestamp is an array of two 32 bit words, one containing the (signed)
number of days since November 17, 1858 (long story) and the second is
the (unsigned) number of 100 microsecond units (I think) since the
beginning of the day. There are conversion routine to and from the tm
structure.


Regards,


Ann