The webpage will shown this error when click the specified page each time.
This page mainly displays old photo with the same type of product. How
should I fixt this.

----------------------------------------------------------------------------
---
ADODB.Recordset error '800a0e78'

Operation is not allowed when the object is closed.
/item_detail.asp, line 68

----------------------------------------------------------------------------
---

Re: asp error by Mike

Mike
Sat Sep 09 02:44:03 CDT 2006


Eco wrote:
> The webpage will shown this error when click the specified page each time.
> This page mainly displays old photo with the same type of product. How
> should I fixt this.
>
> ----------------------------------------------------------------------------
> ---
> ADODB.Recordset error '800a0e78'
>
> Operation is not allowed when the object is closed.
> /item_detail.asp, line 68
>
> ----------------------------------------------------------------------------
> ---

You've probably either closed a recordset object or a connection object
then tried to do something with one of them. To be certain, we would
need to see the relevant lines leading up to and including line 68.

--
Mike Brind