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 2005 Forums
 Transact-SQL (2005)
 NextRecordset

Author  Topic 

Sigal
Starting Member

11 Posts

Posted - 2008-05-01 : 05:06:45
Hi all,
I'm trying to execute in classic ASP a stored procedure which returns multiple recordsets using rs.Nextrecordset
I'm getting an error "Current provider does not support returning multiple recordsets from a single execution."
I've tried setting the provider to SQLOLEDB.1 but that hasn't changed anything. Any ideas will be welcome.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-05-01 : 08:26:22
my guess would be to put SET NOCOUNT ON in front of your statements

also these 2 links may help:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=39462
http://support.microsoft.com/kb/313861

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com
Go to Top of Page
   

- Advertisement -