| | |
Operation is not allowed when the object is closed.
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jul 2008
Posts: 4
Reputation:
Solved Threads: 0
hi i m getting the error "Operation is not allowed when the object is closed".Why am i getting the error??Plz help
Code:
Code:
ASP Syntax (Toggle Plain Text)
Set rs_Temp= Server.CreateObject("ADODB.Recordset") Set Cmd = Server.CreateObject("ADODB.Command") Cmd.ActiveConnection = lcn_Temp Cmd.CommandType = adCmdStoredProc Cmd.CommandText = "sp_temp" Cmd.Parameters.Append Cmd.CreateParameter("@strCurrDate", adVarChar, adParamInput,100, CurrEndDate) rs_Temp.CursorLocation = 3 rs_Temp.Open Cmd
Last edited by Tekmaven; Jul 24th, 2008 at 3:19 am. Reason: Code tags
![]() |
Similar Threads
- Why this error???Operation is not allowed when the object is closed. (ASP)
- ADODB.Recordset (0x800A0E78):Operation is not allowed when the object is closed. (ASP)
- Can return a Stored Procedure Recordset (MS SQL)
- "Operation is not allowed when the object is closed" error (ASP.NET)
Other Threads in the ASP Forum
- Previous Thread: Need help for sending data in address bar and retrieving it with query string
- Next Thread: How to check date in asp format is #dd-mm-yyyy#
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection calendar changeable connection current database databaseconnection diagnostics dreamweaver excel fso html iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit web webserver windows7





