Hi,
I'm trying to update a database, when I am getting the error:
ADODB.Field
error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a current record.
/admin/edit_product.asp, line 139
The line in question is:
<%
Dim doc1, doc2, doc3, doc4, doc5
[B]doc1=(rs_prod_details.Fields.Item("prod_doc1").Value)[/B] - line 139
doc2=(rs_prod_details.Fields.Item("prod_doc2").Value)
doc3=(rs_prod_details.Fields.Item("prod_doc3").Value)
doc4=(rs_prod_details.Fields.Item("prod_doc4").Value)
doc5=(rs_prod_details.Fields.Item("prod_doc5").Value)
%>
Not really sure on what the problem could be here. Can anybody offer any assistance?
Thanks in advance.