Hi,
I need to save the time in a field of a database table, this field being in TIME format.
But DataModule1.SQLQuery1.ParamByName('Chp4t').AsTime := Time; leaves the time in hh:mm:ss.xxxx format which is obviously refused by the database... How to reformat the time in hh:mm:ss?
It's crazy but I haven't found anything usable (or understandable by me) on this problem