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
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.