Searched refs:hstmtUpdate (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp148 hstmtUpdate = 0;
231 if (SQLAllocStmt(hdbc, &hstmtUpdate) != SQL_SUCCESS)
304 if (SQLSetStmtOption(hstmtUpdate, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS)
305 pDb->DispAllErrors(henv, hdbc, hstmtUpdate);
391 if (hstmtUpdate)
397 if (SQLFreeStmt(hstmtUpdate, SQL_DROP) != SQL_SUCCESS)
537 if (SQLBindParameter(hstmtUpdate, colNumber++, SQL_PARAM_INPUT, colDefs[i].SqlCtype,
541 return(pDb->DispAllErrors(henv, hdbc, hstmtUpdate));
675 retcode = SQLExecDirect(hstmtUpdate, (SQLTCHAR FAR *) pSqlStmt.c_str(), SQL_NTS);
687 retcode = SQLParamData(hstmtUpdate,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h124 HSTMT hstmtUpdate; // ODBC Statement handle used specifically for updates member in class:wxDbTable
158 HSTMT hstmtUpdate; // ODBC Statement handle used specifically for updates member in class:wxDbTable

Completed in 116 milliseconds