preping some of the sql stuff for the odbc driver

This commit is contained in:
brianb
2001-07-24 11:00:00 +00:00
parent e0f83b2446
commit ba40f54c85
5 changed files with 41 additions and 13 deletions

View File

@@ -12,6 +12,9 @@ typedef struct {
GPtrArray *tables;
int num_sargs;
GPtrArray *sargs;
MdbTableDef *cur_table;
/* FIX ME */
char *bound_values[256];
} MdbSQL;
typedef struct {