//  home   //  advanced search   //  news   //  categories   //  sql build chart   //  downloads   //  statistics
 ASP FAQ 
Home
ASP FAQ Tutorials

   8000XXXX Errors
   ASP.NET 2.0
   Classic ASP 1.0
   Databases
   General Concepts
   Search Engine Optimization (SEO)

Contact Us
Site Map

Search

Web
aspfaq.com
tutorials.aspfaq.com

ASP FAQ Tutorials :: 8000XXXX Errors :: Why do I get 800A0C93 errors?


Why do I get 800A0C93 errors?

If you are getting one of these errors: 
 
ADODB.Recordset error '800a0c93' 
Operation is not allowed in this context. 
 
or 
 
ADODB.Recordset error '800a0c93' 
The operation requested by the application is not allowed in this context. 
 
or 
 
ADODB.Recordset error '800a0c93' 
Illegal Operation.
 
If you are using an ADODB.Recordset to UPDATE / INSERT (e.g. using the AddNew method), use a direct SQL statement instead (see Article #2191). If using SQL Server, use a stored procedure (see Article #2201). 
 
If you are using a DSN, try using an OLE-DB, DSN-less connection (see Article #2126). 
 
If you are attempting to use MovePrevious on a forward-only / default recordset, consider the requirement again... why would you need to MovePrevious? If the records are ordered 'backwards', change the query to reverse the ORDER BY. If you absolutely must use MovePrevious, then consider using an AdOpenKeyset recordset. 
 
If you are using ADO constants such as 'AdOpenDynamic', make sure you've included ADOVBS.inc (however read Article #2112 first). 
 
If you are trying to 'page' through a recordset, using AbsolutePage and PageSize properties, see an efficient alternative in Article #2120
 
If you are trying to binaryWrite image data to an ASP page that also has plain text content, consider retrieving this data in a separate file and pointing to it via <IMG SRC>. You can also see KB #276488 for ways to use ADODB.Stream to return binary content from a database, without using the GetChunk method.

Related Articles

Why do I get 8002000A errors?
Why do I get 80040200 / 80040514 / 800A0E7A errors?
Why do I get 80040e09 errors?
Why do I get 80040E0C errors?
Why do I get 80040E10 errors?
Why do I get 80040E14 errors?
Why do I get 80040E21 errors?
Why do I get 80040E23 errors?
Why do I get 80040E24 errors?
Why do I get 80040E2F errors?
Why do I get 80040e30 errors?
Why do I get 80040E31 errors?
Why do I get 80040E37 errors?
Why do I get 80040e4e errors?
Why do I get 80040E54 errors?
Why do I get 80040E57 / 80040E07 errors?
Why do I get 8004D00A errors?
Why do I get 80070070 errors?
Why do I get 800A01FB errors?
Why do I get 800A0BB9 / 800A1391 errors?
Why do I get 800a0cb3 errors?
Why do I get 800A0CC1 errors?
Why do I get 800A0E78 errors?
Why do I get 800A0E7C errors?
Why do I get 800A0E7D errors?
80004005 Errors
Can I use the NZ() function without getting 80040E14 errors?

 

 


Created: 8/17/2002 | Last Updated: 8/17/2002 | broken links | helpful | not helpful | statistics
© Copyright 2006, UBR, Inc. All Rights Reserved. (150)

 

Copyright 1999-2006, All rights reserved.
Finding content
Finding content.  An error has occured...