Re: ADODB.Recordset (0x800A0E78) Operation is not allowed when the object is closed.



Shiller wrote:
Experts,

I'm running a web application with Microsoft Access as my backend
database.

when I call a stored procedure from ASP I get the the following error
message:

Error Type:
ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed.

Has anyone else encounter this error message when running Access as
web database, if yes please help.

This message is not dependant on the backend database. It's caused by
trying to do something that is not allowed. Exactly what that is in your
case is impossible for us to tell. Show us your code ... just the
relevant portion please: we don't need to see a bunch of html ...

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


.



Relevant Pages

  • document/file size
    ... This newsgroup is for Microsoft Access a database ... Documents folder). ...
    (microsoft.public.access.modulesdaovba)
  • Re: MEDIA HACKER
    ... What does this have to do with Microsoft Access, the database application? ... This newsgroup is for questions about creating databases in Microsoft ... Or he did a search for all pictures on your hard ...
    (microsoft.public.access.gettingstarted)
  • Re: Access Reference Database
    ... database such as this? ... I would like to see what the design of the main form ... Newsgroup Answers MDB - I designed the MDB to assist frequent ... Tony Toews, Microsoft Access MVP ...
    (microsoft.public.access.tablesdbdesign)
  • Re: A Challenging Problem Im Trying to Resolve ....
    ... > This is a copy of a message I previously posted in a Microsoft Access ... > Newsgroup, but it was suggested to me that my problem is ASP related ... > database and what I would like to do is include a 'Buy Now' button at ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)
  • Re: Delete a backend table
    ... backend and create the table link using the following commands ... DoCmd.TransferDatabase acExport, "Microsoft Access", strBeDb, acTable, ... where is the full path to the database and the ...
    (comp.databases.ms-access)

Loading