Home
last modified time | relevance | path

Searched refs:pSQLExecute (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/odbc32/
H A Dproxyodbc.c101 static SQLRETURN (*pSQLExecute)(SQLHSTMT); variable
1166 if (!pSQLExecute) return SQL_ERROR; in ODBC32_SQLExecute()
1168 ret = pSQLExecute(StatementHandle); in ODBC32_SQLExecute()