Skip to content

seevdey/AdoNet-MARS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AdoNet-MARS

MARS (Multiple Active Results Sets)

  • Structure that allows us to pull multiple recordsets into the application environment and access them over the same open connection If MultipleActiveResultSets=true is not used in ConnectionString, MARS effect is not seen. By default, the value of the MultipleActiveResultSets property is false. The MARS technique works if the MultipleActiveResultSets value is explicitly set to true.

  • In this project, I showed the Insert operation and the final version of the table formed after this operation by using Connected/Disconnected architectures in the MARS structure.

  • 1 2

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages