Common ASP error types

Source: Internet
Author: User

Activeserverpages, asp0126 (0x80004005) --> the inclusion file cannot be found.

Microsoftoledbproviderforodbcdrivers (0x80040e21) --> SQL statement error (Data Type mismatch, table name (field name) error, table being edited, or table not in database opened by conn)
Microsoftoledbproviderforodbcdrivers (0x80040e14) --> SQL statement error (incorrect field name or Data Type mismatch)
Microsoftoledbproviderforodbcdrivers (0x80040e07) --> SQL statement error (the type of the field to be inserted or updated does not match the data type of the variable)
Microsoftoledbproviderforodbcdrivers (0x80040e57) --> SQL statement error (Data overflow to be inserted or updated)
Microsoftoledbproviderforodbcdrivers (0x80040e10) --> SQL statement error (incorrect update field name or data type to be updated)
Microsoftoledbproviderforodbcdrivers (0x80004005) --> SQL statement error (the value of the field to be inserted or updated cannot be null)
Microsoftoledbproviderforodbcdrivers (0x80004005) --> An error occurred while opening the database. The database was not found in the specified directory.
Microsoftoledbproviderforodbcdrivers (0x80040e37) --> no table found

Microsoftvbscript runtime error (0x800a000d) --> the RS variable is referenced incorrectly (the RS object is disabled or undefined)
Microsoftvbscript runtime error (0x800a01c2) --> VBScript error (VBScript statement error)
Microsoftvbscript runtime error (0x800a0006) --> VBScript error (overflow error)
Microsoftvbscript compiler error (0x800a040e) --> loop missing
Microsoftvbscript compiler? 0x800a03ea) --> If or endif is missing
Microsoftvbscript compiler error (0x800a03ee) --> the statement is not completed (")" is missing ")")
Microsoftvbscript compiler error (0x800a03f6) --> If statement error (endif missing)
Microsoftvbscript runtime error (0x800a005b) --> set missing
Microsoftvbscript runtime error (0x800a0005) --> variable undefined
Microsoftvbscript compiler error (0x800a03f9) --> If statement lacks then
Microsoftvbscript compiler error (0x800a0411) --> dim statement Definition Error

ADODB. recordset (0x800a0bb9) --> SQL statement error (an error occurred when an SQL statement or conn statement is undefined or an RS attribute is assigned a value)
ADODB. recordset (0x800a0cc0) --> An error occurred while accessing the RS object. (The RS object does not exist or a nonexistent field name is incorrectly referenced)
ADODB. recordset (0x800a0bcd) --> RS image error (operations on the record set are performed if no record is recorded in the record set)
ADODB. recordset (0x800a0e78) --> Rs object error (record set does not exist and the Rs. Open statement is missing)
ADODB. recordset (0x800a0cc0) --> Rs object error (reference a nonexistent field name)
ADODB. recordset (0x800a0e7d) --> conn definition Error
ADODB. recordset (0x800a0cb3) --> the database is read-only and cannot be updated.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.