Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 818 Bytes

File metadata and controls

20 lines (17 loc) · 818 Bytes
title Asynchronous Execution
description Asynchronous Execution
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, sunilbs, mcimfl
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic concept-article

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