mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
Small format documention correction
This commit is contained in:
4
HACKING
4
HACKING
@@ -93,7 +93,7 @@ The header of a Jet3 data page looks like this:
|
||||
| 0x01 | 1 byte | unknown | |
|
||||
| ???? | 2 bytes | free_space | Free space in this page |
|
||||
| ???? | 4 bytes | tdef_pg | Page pointer to table definition |
|
||||
| ???? | 4 bytes | num_rows | number of records on this page |
|
||||
| ???? | 2 bytes | num_rows | number of records on this page |
|
||||
+------+---------+---------------------------------------------------------+
|
||||
| Iterate for the number of records |
|
||||
+--------------------------------------------------------------------------+
|
||||
@@ -113,7 +113,7 @@ unknown.
|
||||
| ???? | 2 bytes | free_space | Free space in this page |
|
||||
| ???? | 4 bytes | tdef_pg | Page pointer to table definition |
|
||||
| ???? | 4 bytes | unknown | Unknown |
|
||||
| ???? | 4 bytes | num_rows | number of records on this page |
|
||||
| ???? | 2 bytes | num_rows | number of records on this page |
|
||||
+------+---------+---------------------------------------------------------+
|
||||
| Iterate for the number of records |
|
||||
+--------------------------------------------------------------------------+
|
||||
|
Reference in New Issue
Block a user