Searched refs:SQLCloseCursor (Results 1 – 2 of 2) sorted by relevance
61 #undef SQLCloseCursor62 #define SQLCloseCursor(stmt) SQLFreeStmt(stmt, SQL_CLOSE) macro
317 rc = SQLCloseCursor(dbr->stmt); in odbc_close_results()