mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-22 02:52:05 +08:00
odbc fixes
gmdb commit documentation updates
This commit is contained in:
@@ -178,7 +178,8 @@ typedef struct {
|
||||
char name[MDB_MAX_OBJ_NAME+1];
|
||||
int col_type;
|
||||
int col_size;
|
||||
void *bind_ptr;
|
||||
void *bind_ptr;
|
||||
int *len_ptr;
|
||||
GHashTable *properties;
|
||||
int num_sargs;
|
||||
GPtrArray *sargs;
|
||||
|
||||
Reference in New Issue
Block a user