ADODB.Recordset error '800a0e78'
Operation is not allowed when the object is closed.
/test23.asp, line 20
if not RSContacts.eof then
<%
if(Request("search") <> "") then
Dim CMDContactSearch__search
CMDContactSearch__search = NULL
if(Request("search") <> "") then CMDContactSearch__search = Request("search")
set CMDContactSearch = Server.CreateObject("ADODB.Command")
CMDContactSearch.ActiveConnection = MM_GolfConnection_STRING
CMDContactSearch.CommandText = "dbo.ContactSearchv2"
CMDContactSearch.CommandType = 4
CMDContactSearch.CommandTimeout = 0
CMDContactSearch.Prepared = true
CMDContactSearch.Parameters.Append CMDContactSearch.CreateParameter("@RETURN_VALUE", 3, 4)
CMDContactSearch.Parameters.Append CMDContactSearch.CreateParameter("@search", 200, 1,500,CMDContactSearch__search)
set RSContacts = CMDContactSearch.Execute
RSContacts_numRows = 0
if not RSContacts.eof then
Dim ARRContacts
ARRContacts = RSContacts.GetRows()
RSContacts.Close()
Set RSContacts = Nothing
End if
End if
%>
if IsObject(RSContacts) then
ADODB.Recordset error '800a0e78'
Operation is not allowed when the object is closed.
/test23.asp, line 22
ARRContacts = RSContacts.GetRows()
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.