store last error message in MdbSql struct and show error in gmdb2.

This commit is contained in:
root
2010-06-20 21:18:22 -04:00
parent 5c05325b54
commit fc8ccbeaa8
3 changed files with 45 additions and 17 deletions

View File

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