odbc fixes, updates for v0.4

This commit is contained in:
brianb
2002-04-03 23:02:53 +00:00
parent 9b8285d937
commit e2c3a9d818
16 changed files with 177 additions and 45 deletions

View File

@@ -185,6 +185,8 @@ typedef struct {
unsigned char is_fixed;
int query_order;
int col_num;
int cur_value_start;
int cur_value_len;
} MdbColumn;
typedef union {