BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9
This is the forum to discuss the Wrox book Professional ASP.NET 2.0 Special Edition by Bill Evjen, Scott Hanselman, Devin Rader, Farhan Muhammad, Srinivasa Sivakumar; ISBN: 9780470041789
You are currently viewing the BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I don't want any misunderstandings here.
I'm not Sure about you folks, but I had augly troubles with this one.
As I realised from the CodeGuru WebSite, The Mars Capability begins only from the SqlServer 2005 versions.
Now Let me explain a few things.
You will probably receive some ugly error that says:
there's an already open SqlDatareader associated with this Command which must be closed first.
Basically The autors did not speak about the ON/OFF capability of the MARS feature. which anables you to use a Multi SqlDataReaders.
Yes, this capability should work once you Import a namespace called System.Data.SqlClient. But guess what? It has not worked for me!
Why I have no idea???
anyways you can switch it On/Off by adding a simple attribute to the Connectionstring in your WEb.config file: