I am trying to read some data from a SQL-mapped SC database. A datetime field is embedded in a binary database field, apparently as 8 bytes. E.g 14 Jan 2004 14:58:23 is stored as [65,207,105,179,209,49,17,17] (decimal).
Can anyone help with translating this data into a date/time?
Thanks


Reply With Quote

Bookmarks