mdb-import fixes, kinda works now

This commit is contained in:
brianb
2005-02-11 16:24:01 +00:00
parent 93979e0881
commit 2002c19cee
6 changed files with 42 additions and 27 deletions

View File

@@ -39,6 +39,7 @@ convert_field(MdbColumn *col, char *s, MdbField *field)
MdbAny any;
field->colnum = col->col_num;
field->is_fixed = col->is_fixed;
switch (col->col_type) {
case MDB_TEXT:
field->value = g_strdup(s);