SQLGetData() should return SQL_NO_DATA at end of data

This commit is contained in:
xsloader
2011-08-10 18:00:18 -04:00
committed by Brian Bruns
parent 529534dae5
commit 29ef19e582
4 changed files with 368 additions and 46 deletions

View File

@@ -53,6 +53,8 @@ struct _hstmt {
char query[4096];
struct _sql_bind_info *bind_head;
int rows_affected;
int icol;
int pos;
};
struct _sql_bind_info {