Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
Using Multiple Active Result Sets 

Multiple Active Result Sets (MARS) is a new feature supported by ADO.NET 2.0 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 2005.

Working with Multiple Active Result Sets

Provides examples of coding MARS applications.

Related Sections

Performing Asynchronous Operations

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

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker