This commit is contained in:
Jean-Michel Vourgère
2011-09-04 17:16:47 -04:00
committed by Brian Bruns
parent 2b72bcdc6f
commit a4a1685b1f
2 changed files with 130 additions and 48 deletions

View File

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