Searched refs:pSQLBulkOperations (Results 1 – 1 of 1) sorted by relevance
71 static SQLRETURN (*pSQLBulkOperations)(SQLHSTMT,SQLSMALLINT); variable1895 if (!pSQLBulkOperations) return SQL_ERROR; in ODBC32_SQLBulkOperations()1897 ret = pSQLBulkOperations(StatementHandle, Operation); in ODBC32_SQLBulkOperations()