Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 16th, 2011, 07:02 AM
Registered User
 
Join Date: Jul 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default error '800a0e7d'

I am getting the following error:

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

The strange thing is that I am using

set member=server.CreateObject ("ADODB.recordset")
Then I access DB via
member.Open "select * from Refer_Table where Username='" & MembersEmail&"'",con
I do some updates and thenwith no problem
member.close

then I access twice more two distinct tables in the DB with code similar
to the above with no problem

I am trying to access a fourth table via
member.Open "select * from New_Table where Username='" & MembersEmail&"'",con

and I am getting in this line the error 800a0e7d.

Any help will be greatly appreciated.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Help: ADODB.Recordset error '800a0e7d' comets Classic ASP Databases 5 October 15th, 2011 11:27 AM
HTTP error 500: Internal Server Error in Load Testing sherin Visual Studio 2008 0 May 19th, 2010 09:02 AM
Get the error "ADODB.Recordset error '800a0e7d' " Raymond Classic ASP Databases 2 August 5th, 2006 03:53 PM
Error 800a0e7d matt80 Classic ASP Databases 1 May 15th, 2005 06:26 AM
ADODB.Recordset error '800a0e7d' hurler Classic ASP Databases 4 August 28th, 2003 09:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.