•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MS SQL section within the Web Development category of DaniWeb, a massive community of 402,460 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,955 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MS SQL advertiser: Programming Forums
Views: 8832 | Replies: 1
![]() |
I'd like to know if I have to change security settings or something on my SQL Server in order to applications like ASP or VB to return a recordset. When my applications in VB or ASP return a recordset from a VIEW, I have not problems at all, but when I try to return a Stored Procedure I get the following error:
"Operation is not allowed when the object is closed"
BUT, the object is open, It works on views, if I use:
objRS.Open "SELECT * FROM VIEW", Connection
I have no problems, but when I use
objRS.Open "EXECUTE spProc", Connection
I get problems. Is this a SQL Server side problem that I need to configure??
Thanks
"Operation is not allowed when the object is closed"
BUT, the object is open, It works on views, if I use:
objRS.Open "SELECT * FROM VIEW", Connection
I have no problems, but when I use
objRS.Open "EXECUTE spProc", Connection
I get problems. Is this a SQL Server side problem that I need to configure??
Thanks
•
•
Join Date: Oct 2005
Location: Manchester, UK
Posts: 481
Reputation:
Rep Power: 3
Solved Threads: 31
•
•
•
•
Originally Posted by extofer
I'd like to know if I have to change security settings or something on my SQL Server in order to applications like ASP or VB to return a recordset. When my applications in VB or ASP return a recordset from a VIEW, I have not problems at all, but when I try to return a Stored Procedure I get the following error:
"Operation is not allowed when the object is closed"
BUT, the object is open, It works on views, if I use:
objRS.Open "SELECT * FROM VIEW", Connection
I have no problems, but when I use
objRS.Open "EXECUTE spProc", Connection
I get problems. Is this a SQL Server side problem that I need to configure??
Thanks
this article on Microsoft's support site may help
![]() |
•
•
•
•
•
•
•
•
DaniWeb MS SQL Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- PHP MySQL 5.0 stored procedure (PHP)
- Help with a stored procedure (MS SQL)
- Help with Stored Procedure (MS SQL)
- how do I run a "disconnected" stored procedure (MS SQL)
- ASP.net/Stored Proc & Login Verification (ASP.NET)
- Stored Procedures in Oracle (Visual Basic 4 / 5 / 6)
- Stored procedure call with ADO (C)
Other Threads in the MS SQL Forum
- Previous Thread: sql 2005 to sql 2000
- Next Thread: SQL Alias


Linear Mode