mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-25 17:59:54 +08:00
SQLGetData() should return SQL_NO_DATA at end of data
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user