Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 879 Bytes

File metadata and controls

22 lines (19 loc) · 879 Bytes
title Asynchronous Execution | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid f30f026c-7e8d-4ef2-a2ee-877ce19dd6a3
author David-Engel
ms.author v-daenge

Asynchronous Execution

ODBC supports asynchronous operations for both statement and connection operations. There are two ways to determine when an asynchronous operation is complete:

  1. Asynchronous Execution (Polling Method)

  2. Asynchronous Execution (Notification Method)

See Also

Executing Statements ODBC