Subject | Re: [firebird-support] Handling miliseconds |
---|---|
Author | Helen Borrie |
Post date | 2004-09-23T06:14:02Z |
At 09:42 AM 23/09/2004 +0400, Dmitry S wrote:
./h.
> >If not, how to store them and where to store them ? In Decimal field ?GetExactTimestamp() in fbudf.so/fbudf.dll
>
> You can store and retrieve milliseconds using API, but the most of
>API wrappers cut them off because they are using 'struct tm' for
>conversions. You have to use UDF (Helen can tell you the name) to get
>current time with milliseconds on server side.
./h.