Forums
This topic is locked
BOF or EOF Error mgs.
22 Aug 2001 17:01:43 Phuc Ngo posted:
Hi all,Can someone help me fix this problem? I have a search form that search for a record either for delete or update. Everything is working great except that after you've deleted a record and search for it again this error message come up.
ADODB.Field error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/security/OSO/display.asp, line 215
is there a way around this so that it won't display the ERROR message and just display a page that said "this record doesn't exist in the DB"
Thank you in advance.
Dave
Replies
Replied 23 Aug 2001 05:21:23
23 Aug 2001 05:21:23 Owen Eastwick replied:
Use the Show/Hide Region server behaviours, take a look at the tutorial section 8.34
www.tdsf.co.uk/tdsfdemo
Regards
Owen.
www.tdsf.co.uk/tdsfdemo
Regards
Owen.
Replied 24 Aug 2001 16:25:38
24 Aug 2001 16:25:38 Phuc Ngo replied:
Thanks!
Dave
Dave