unicode compression for Access 2000

This commit is contained in:
brianb
2002-03-17 02:40:16 +00:00
parent 2f3d61c133
commit d13908dcf3
6 changed files with 64 additions and 9 deletions

View File

@@ -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 {