mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 10:37:54 +08:00
4c847948fc
+ short dates
This commit is contained in:

committed by
Brian Bruns

parent
2b72bcdc6f
commit
a4a1685b1f
@@ -49,8 +49,8 @@ struct _hstmt {
|
||||
char query[4096];
|
||||
struct _sql_bind_info *bind_head;
|
||||
int rows_affected;
|
||||
int icol;
|
||||
int pos;
|
||||
int icol; /* SQLGetData: last column */
|
||||
int pos; /* SQLGetData: last position (truncated result) */
|
||||
};
|
||||
|
||||
struct _sql_bind_info {
|
||||
|
Reference in New Issue
Block a user