mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-02 20:42:14 +08:00
pos should finish on data length
This commit is contained in:
@@ -1661,7 +1661,7 @@ SQLRETURN SQL_API SQLGetData(
|
||||
strcpy(sqlState, "01004"); // truncated
|
||||
return SQL_SUCCESS_WITH_INFO;
|
||||
}
|
||||
stmt->pos = 0;
|
||||
stmt->pos = len;
|
||||
free(str);
|
||||
str = NULL;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user