This commit is contained in:
Anthony Minessale 2010-11-24 21:25:58 -06:00
parent b017931c5e
commit 8b0e7d2496
1 changed files with 0 additions and 1 deletions

View File

@ -364,7 +364,6 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_exec_string(switch_odbc_
goto done;
}
result = SQLExecute(stmt);
result = SQLFetch(stmt);
if (result != SQL_SUCCESS && result != SQL_SUCCESS_WITH_INFO && result != SQL_NO_DATA) {