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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbtable.h126 HSTMT *hstmtCount; // ODBC Statement handle used by Count() function (No binding of columns) member in class:wxDbTable
160 HSTMT *hstmtCount; // ODBC Statement handle used by Count() function (No binding of columns) member in class:wxDbTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp145 hstmtCount = 0; // Initialized first time it is needed
412 if (hstmtCount)
413 DeleteCursor(hstmtCount);
848 * Do NOT bind the hstmtCount cursor!!!
2499 if (!hstmtCount)
2501 hstmtCount = GetNewCursor(false,false);
2502 wxASSERT(hstmtCount);
2503 if (!hstmtCount)
2508 if (SQLExecDirect(*hstmtCount, (SQLTCHAR FAR *) sqlStmt.c_str(), SQL_NTS) != SQL_SUCCESS)
2510 pDb->DispAllErrors(henv, hdbc, *hstmtCount);
[all...]

Completed in 55 milliseconds