Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Multiple Active Resultset problem

Author  Topic 

tkm
Starting Member

2 Posts

Posted - 2010-11-18 : 08:10:57
Hello, I need to access a resultset between another open resultset in SQL-server 2008. But it is not happening. A google search said "MultipleActiveResultSets=True" in connectionstring in web.config file will solve the problem. But it didn't for me. Can you kindly help me how to resolve the issue. I would be very thankfull.

tkm
Starting Member

2 Posts

Posted - 2010-11-18 : 09:05:01
For the record, I am using .NET Framework Data Provider for SQL Server 2008. So basically connection string, SQL command, SqlDataReader and so on. Please let me know if you have any suggestions. Many thanks.
Go to Top of Page
   

- Advertisement -