Fix numeric scale/precision on Jet3 databases

This commit is contained in:
Evan Miller
2021-01-19 15:23:28 -05:00
parent d089c4072d
commit aec667a033
3 changed files with 8 additions and 3 deletions

View File

@@ -275,6 +275,8 @@ typedef struct {
guint16 tab_col_offset_var;
guint16 tab_col_offset_fixed;
guint16 tab_row_col_num_offset;
guint16 col_scale_offset;
guint16 col_prec_offset;
} MdbFormatConstants;
typedef struct {