diff options
Diffstat (limited to 'src/interfaces/odbc/convert.c')
-rw-r--r-- | src/interfaces/odbc/convert.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/interfaces/odbc/convert.c b/src/interfaces/odbc/convert.c index 4cfe8d4567d..cef75b258a4 100644 --- a/src/interfaces/odbc/convert.c +++ b/src/interfaces/odbc/convert.c @@ -1372,10 +1372,9 @@ int convert_lo(StatementClass *stmt, void *value, Int2 fCType, PTR rgbValue, SDWORD cbValueMax, SDWORD *pcbValue) { -Oid oid; -int retval, result, left = -1; -int bind_row = stmt->bind_row; -BindInfoClass *bindInfo = NULL; + Oid oid; + int retval, result, left = -1; + BindInfoClass *bindInfo = NULL; /* If using SQLGetData, then current_col will be set */ |