mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
store last error message in MdbSql struct and show error in gmdb2.
This commit is contained in:
@@ -24,6 +24,7 @@ typedef struct {
|
||||
void *bound_values[256];
|
||||
unsigned char *kludge_ttable_pg;
|
||||
long max_rows;
|
||||
char error_msg[1024];
|
||||
} MdbSQL;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user