Hi,
I get the following message:
Error Type:
ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed.
/TheMiddlePath/searchresults1.asp, line 16
myCount = myRS.RecordCount
I have a Select Case at the bottom:
Code:
<%
Select Case myGen
Case "brother" %>
<% Case Else %>
<% end Select %>
Any clues, please?:)