ADODB.Recordset error '800a0e7d'

August 26, 2004 by mark jansson

I purchased the Scroller genie so that I might include in it a ASP file that before I used to include in the same asp page where now is the Scroller Genie. When I do that, include the asp file inside the layer of the scroller I get this error:

ADODB.Recordset error '800a0e7d'

The connection cannot be used to perform this operation. It is either closed or invalid in this context.  

How I can manage so that I can make my include work inside the scroller genie???

RE: ADODB.Recordset error '800a0e7d'

August 27, 2004 by Marja Ribbers-de Vroed
Make sure the close statement for the recordset object appears later in the source code of your page than the include statement.