Searched refs:pSQLExecute (Results 1 – 1 of 1) sorted by relevance
101 static SQLRETURN (*pSQLExecute)(SQLHSTMT); variable1166 if (!pSQLExecute) return SQL_ERROR; in ODBC32_SQLExecute()1168 ret = pSQLExecute(StatementHandle); in ODBC32_SQLExecute()