Hi,

Microsoft give in the documentation of MSSQL that the precision of DateTime is limited. DateTime2 is not but Dataflex can not deal with the full precision. So I now using DateTime2 with 23.3. Then at least when use SQL statements it stores the same amount of data.

Peter