Reputation: 385
Got one Table with DateTime2(5) field . It looks like this :
2021-09-07 10:54:14.97317
Now I setup FDConnection with one FDQuery . I get the Column back as TSQLTimeStamp. Now I try this :
Label2.Caption:=FDQuery1lastmodzeit.Value.Fractions.ToString;
and I only get 973 back .
Using SQL 2012 , and it's SQL SERVER NATIVE CLIENT 11.0 .
Upvotes: 0
Views: 132