--- title: "Asynchronous Execution" description: "Asynchronous Execution" author: David-Engel ms.author: davidengel ms.date: "01/19/2017" ms.service: sql ms.subservice: connectivity ms.topic: conceptual --- # 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)