mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Small format documention correction
This commit is contained in:
parent
91d4a63fed
commit
8fa51d0431
@ -1,3 +1,6 @@
|
||||
Wed Sep 8 22:24:29 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
|
||||
* HACKING: Small format documention correction
|
||||
|
||||
Wed Sep 8 07:37:08 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
|
||||
* include/mdbtools.h:
|
||||
* src/libmdb/data.c:
|
||||
|
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 |
|
||||
+--------------------------------------------------------------------------+
|
||||
|
Loading…
Reference in New Issue
Block a user