Forums

This topic is locked

Shopping Cart error message - PLease help!

Posted 13 May 2001 15:30:39
1
has voted
13 May 2001 15:30:39 Tony Edwards posted:
When clicking the add to cart link on my page I receive the following error message:
ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current
record.

The error is coming from this line
If (UC_rs.Fields.Item(UC_uniqueCol).Value <> UC_AddId) Then..
but I'm not sure why.

Any help for a newbie appreciated.
Thanks

Replies

Replied 14 May 2001 11:52:08
14 May 2001 11:52:08 Waldo Smeets replied:
Maybe this will help:
www.macromedia.com/support/ultradev/ts/documents/ud_bof_eof.htm

Waldo Smeets - www.UDzone.com Webmaster
------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
------------------------------------------
Replied 14 May 2001 22:42:39
14 May 2001 22:42:39 Tony Edwards replied:
Thanks Waldo. I've tried using a session variable as suggested by Powerclimb's support tips and this has stopped the 800a)bcd error message that I was getting. But I'm now getting a "cart is empty" error when I try to view cart contents. I think the problem stems from my product list (recordset) being generated by a search form.
I'll try the "Hide Region" fix suggested by Macromedia but I think this will stop my product list being generated.

Reply to this topic