odbc fixes

gmdb commit
documentation updates
This commit is contained in:
brianb
2002-04-09 01:18:16 +00:00
parent e2c3a9d818
commit f20560d1f1
16 changed files with 3068 additions and 1127 deletions

View File

@@ -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;