mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 02:27:55 +08:00
unicode compression for Access 2000
This commit is contained in:
@@ -152,6 +152,11 @@ typedef struct {
|
||||
int cur_phys_pg;
|
||||
int cur_row;
|
||||
int noskip_del; /* don't skip deleted rows */
|
||||
/* object allocation map */
|
||||
int map_base_pg;
|
||||
int map_sz;
|
||||
unsigned char *usage_map;
|
||||
/* */
|
||||
} MdbTableDef;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user