Subject TIMESTAMPS and milliseconds
Author psantosl
Hello,

I'm trying the following sentence in Interbase 6

update testtable set testdate = '2003-01-01 07:00:00.120'

and it works, except that it ignores the
milliseconds.

To read the results I use a Delphi application,
and milliseconds are always set to 0.

The same with IBConsole.

Thanks,

pablo