Hi,
I'm trying to update a database, when I am getting the error:
The line in question is:Code: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
Not really sure on what the problem could be here. Can anybody offer any assistance?Code:<% Dim doc1, doc2, doc3, doc4, doc5 doc1=(rs_prod_details.Fields.Item("prod_doc1").Value) - 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) %>
Thanks in advance.


Reply With Quote

Bookmarks