sql-server-mars Questions

1

Solved

Most applications I have programmed do not use MultipleActiveResultSets=True, but I have seen the option being enabled in a couple of them and in a few tutorials. This SO question deals with the sa...

3

Solved

We have built a website based on the design of the Kigg project on CodePlex: http://kigg.codeplex.com/releases/view/28200 Basically, the code uses the repository pattern, with a repository implem...
Ash asked 19/2, 2013 at 21:43

1

Solved

ServiceStack ORMLite is great, I've typically steered clear of the ORM mentality preferring to build databases as it makes sense to build databases instead of a 1:1 class model. That said, there ar...

1

Solved

I'm comparing Entity Framework with NHibernate, and I'd like to know if when using SQL Server, what effect (if any) would enabling or disabling MARS support have on NHibernate? MARS = Multiple Act...
Sanatorium asked 5/10, 2011 at 15:40

1

Short question: I am finding I need to use MARS over ODBC but not over ADO/OLEDB, is that correct? Longer explanation: I just discovered my ODBC code (using "Driver={SQL Native Client}", MFC CDat...
Arronarrondissement asked 18/2, 2010 at 9:51

3

Solved

Does anyone know of any disadvantages of MARS (Multiple Active Result Sets)? Does anyone know of any reason why one should avoid using MARS, like cases where cursors are more useful then MARS.
Peloquin asked 17/12, 2008 at 12:49
1

© 2022 - 2024 — McMap. All rights reserved.