Subject Problem with TIMESTAMP field precision
Author alexanderl3
I'm usind Delphi 5, IBX5, FB 1.5 Dialect 3.

I'm copying records with TIMESTAMP field from Paradox into FB 1.5.
TIMESTAMP field is a part of a unique index, same as in Paradox table.
On Post some of the records return duplicate key error messsage.
When I checked I found out that FB stores time part only up to seconds,
not miliseconds and some of my records have less than a second
difference.

Is it a bug or I need to change some settings to allow higher
resolution? Is it in IBX5, API DLL or FB itself?
If it is IBX5 problem, what other controls can be used to work with
miliseconds?

Thanks in advance,

Alex Liberov.