annettesue
Technical User
I create a search page to search keyword. When I type in keyword and click OK, the result page display error as below:
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/MyPublishedSite/result.asp, line 34
What's the error mean?I think there may be something wrong to the asp code for line 34:
<p>Your search for keyword<%=(Result.Fields.Item("keyword"
.Value)%></p>
What should I do to overcome that error?Please help.
Thank you.
annette
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/MyPublishedSite/result.asp, line 34
What's the error mean?I think there may be something wrong to the asp code for line 34:
<p>Your search for keyword<%=(Result.Fields.Item("keyword"
What should I do to overcome that error?Please help.
Thank you.
annette