I'm trying to convert the value of a date field from a query (number-to-string) starting from the example of the form dbutils, but it does not work because it returns always the numeric field. here is the code snippet:
sQuery.Append("SELECT [DocNo] AS Numero Fattura, Date(DocumentDate / 1000, 'unixepoch', 'localtime') AS Data......