Enhancements for getting Access 2000 to work (almost)

Fixes for working with bison
This commit is contained in:
brianb
2001-05-16 00:21:17 +00:00
parent 606887dfbd
commit 3d4bc34b70
24 changed files with 1338 additions and 727 deletions

View File

@@ -109,6 +109,8 @@ typedef struct {
char db_passwd[14];
MdbBackend *default_backend;
char *backend_name;
/* offset to row count on data pages...version dependant */
guint16 row_count_offset;
} MdbHandle;
typedef struct {