--- 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)](../../../odbc/reference/develop-app/asynchronous-execution-polling-method.md) 2. [Asynchronous Execution (Notification Method)](../../../odbc/reference/develop-app/asynchronous-execution-notification-method.md) ## See Also [Executing Statements ODBC](../../../odbc/reference/develop-app/executing-statements-odbc.md)