mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
Enhancements for getting Access 2000 to work (almost)
Fixes for working with bison
This commit is contained in:
@@ -17,6 +17,10 @@ typedef struct {
|
||||
typedef struct {
|
||||
char *name;
|
||||
int disp_size;
|
||||
void *bind_addr; /* if !NULL then cp parameter to here */
|
||||
int bind_type;
|
||||
int *bind_len;
|
||||
int bind_max;
|
||||
} MdbSQLColumn;
|
||||
|
||||
typedef struct {
|
||||
@@ -29,6 +33,8 @@ typedef struct {
|
||||
MdbSarg *sarg;
|
||||
} MdbSQLSarg;
|
||||
|
||||
char *g_input_ptr;
|
||||
|
||||
#undef YY_INPUT
|
||||
#define YY_INPUT(b, r, ms) (r = mdb_sql_yyinput(b, ms));
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user