How are DateTime and Number formats encoded in Jet4?

后端 未结 2 1254
一整个雨季
一整个雨季 2021-01-27 09:46

I\'m writing a low level tool to scan and recover data from damaged Jet4 MDB files. I\'m scanning through pages, parsing Rows, and decoding columns.

If I have the raw 8

2条回答
  •  轮回少年
    2021-01-27 10:18

    No. The JET format is proprietary of Microsoft and not documented.

    As for the Date data type, this is simply a double.

    Neither double nor single carry a format. As you mention, these a standard floating point values.

提交回复
热议问题