In firebird 3.0 database, data is stored in the data1 field of the Timestamp type. Need to compare the value from the data1 field with the current date?
if (Form1.Query1data1.AsDateTime <>date()) then ... In firebird 3.0 database, data is stored in the data1 field of the Timestamp type. Need to compare the value from the data1 field with the current date?
if (Form1.Query1data1.AsDateTime <>date()) then ... Source: https://ru.stackoverflow.com/questions/887145/
All Articles