FS-2880
This commit is contained in:
parent
b017931c5e
commit
8b0e7d2496
|
@ -364,7 +364,6 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec_string(switch_odbc_
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
result = SQLExecute(stmt);
|
|
||||||
result = SQLFetch(stmt);
|
result = SQLFetch(stmt);
|
||||||
|
|
||||||
if (result != SQL_SUCCESS && result != SQL_SUCCESS_WITH_INFO && result != SQL_NO_DATA) {
|
if (result != SQL_SUCCESS && result != SQL_SUCCESS_WITH_INFO && result != SQL_NO_DATA) {
|
||||||
|
|
Loading…
Reference in New Issue