Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.43 KB

File metadata and controls

36 lines (32 loc) · 1.43 KB
title Multiple Active Result Sets (MARS)
ms.custom
ms.date 03/30/2017
ms.prod .net-framework
ms.reviewer
ms.suite
ms.technology
dotnet-ado
ms.tgt_pltfrm
ms.topic article
ms.assetid c90ef863-bac7-44cf-adc1-f05c36fcf57d
caps.latest.revision 4
author douglaslMS
ms.author douglasl
manager craigg
ms.workload
dotnet

Multiple Active Result Sets (MARS)

Multiple Active Result Sets (MARS) is a feature that allows the execution of multiple batches on a single connection. In previous versions, only one batch could be executed at a time against a single connection. Executing multiple batches with MARS does not imply simultaneous execution of operations.

In This Section

Enabling Multiple Active Result Sets
Discusses how to use MARS with SQL Server.

Manipulating Data
Provides examples of coding MARS applications.

Related Sections

Asynchronous Operations
Provides details on using the new asynchronous features in ADO.NET.

See Also

SQL Server and ADO.NET
ADO.NET Managed Providers and DataSet Developer Center