Searched refs:hstmtInsert (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.cpp146 hstmtInsert = 0;
225 if (SQLAllocStmt(hdbc, &hstmtInsert) != SQL_SUCCESS)
298 if (SQLSetStmtOption(hstmtInsert, SQL_CURSOR_TYPE, SQL_CURSOR_FORWARD_ONLY) != SQL_SUCCESS)
299 pDb->DispAllErrors(henv, hdbc, hstmtInsert);
371 if (hstmtInsert)
377 if (SQLFreeStmt(hstmtInsert, SQL_DROP) != SQL_SUCCESS)
546 if (SQLBindParameter(hstmtInsert, colNumber++, SQL_PARAM_INPUT, colDefs[i].SqlCtype,
550 return(pDb->DispAllErrors(henv, hdbc, hstmtInsert));
886 if (SQLPrepare(hstmtInsert, (SQLTCHAR FAR *) sqlStmt.c_str(), SQL_NTS) != SQL_SUCCESS)
887 return(pDb->DispAllErrors(henv, hdbc, hstmtInsert));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h122 HSTMT hstmtInsert; // ODBC Statement handle used specifically for inserts member in class:wxDbTable
156 HSTMT hstmtInsert; // ODBC Statement handle used specifically for inserts member in class:wxDbTable

Completed in 40 milliseconds