Forums

ASP

This topic is locked

Image Updating Problem

Posted 22 Nov 2002 05:30:02
1
has voted
22 Nov 2002 05:30:02 Paul Whitfield posted:
Hello, I have an events listing application that will ultimately be able to update content and image files stored in a folder on the server but I'm receiving this error: "Either BOF or EOF is True, or the current record has been deleted" I'm using a dynamic drop down menu to select my updateable event/image record which then opens to the actual edit forms when selected. Its from this page that I'm getting the error when I hit submit. It seems to be hitting the error once it gets to the first database field being called from the recordset. In this case: <%=(rsEditNews.Fields.Item("SUBJECT".Value)%> I've also noticed that when I take the enctype="multipart/form-data" out of the form, everything works fine expect for the image updating. Can anyone give me any suggestions on this, it would be greaty appreciated.

Thanks,
Paul

Reply to this topic