If you have developed ASP, you will have a headache for ASP's incomplete debugging environment. I have collected all the information prompts on the Internet and want to make it a single-host ASP development error code for the database in the software. However, I found that some of them are not clear to me or are not clear to me. So here, I am very grateful to anyone who knows how to submit your point of view or provide more detailed information! If you have good suggestions, I will give them to you for free after the software is released!
Again, I hope my friends who have read this article can support and encourage me to do this! (I don't think there is anything like this.) Please point out the problem and add it !!! Oh !!!!! -----------------//*
Meanings of most ADO error codes
In addition to the provider Errors described in the Error object and Errors set, ADO itself also returns the Errors to the exception handling mechanism in the runtime environment. You can use a programming language Error capture mechanism (such as the On Error statement in MicrosoftVisual Basic) to capture and handle the following errors. The following table displays both the decimal and hexadecimal error code values.
Constant name Number Description
The type of the parameter used by the adErrInvalidArgument 3001 0x800A0BB9 application is incorrect, exceeds the acceptable range, or conflicts with other parameters.
AdErrNoCurrentRecord 3021 0x800A0BCD BOF or EOF is True, or the current record has been deleted. The operation requested by the application requires the current record.
The operation requested by the adErrIllegalOperation 3219 0x800A0C93 application cannot appear in this context. The adErrInTransaction 3246 0x800A0CAE application cannot explicitly close the Connection object in the transaction.
The adErrFeatureNotAvailable 3251 0x800A0CB3 provider does not support operations requested by applications.
AdErrItemNotFound 3265 0x800a0ccado cannot find an object in the set corresponding to the application request name or sequence reference.
AdErrObjectInCollection 3367 0x800A0D27 cannot be appended, and the object is already in the collection.
The objects referenced by the adErrObjectNotSet 3420 0x800A0D5C application no longer point to valid objects.
The adErrDataConversion 3421 0x800A0D5D application uses a value type that does not match the current operation.
AdErrObjectClosed 3704 0x800A0E78 if the object is closed, the operation requested by the application is not allowed.
AdErrObjectOpen 3705 0x800A0E79 if the object is opened, the operation requested by the application is not allowed.
AdErrProviderNotFound 3706 0x800A0E7A ADO cannot find the specified provider.
The adErrBoundToCommand 3707 0x800A0E7B application cannot use the Command object to Recordset
The ActiveConnection attribute of the object is changed to its source data.
The adErrInvalidParamInfo 3708 0x800A0E7C application incorrectly defines the Parameter object.
The adErrInvalidConnection 3709 0x800A0E7D application is closed by reference or is invalid
Connection object.
**************************************** *************************************
ASP Error Code Description
Error code error message description
ASP0100 Out of memory insufficient (the required memory cannot be allocated
ASP0101 Unexpected error
ASP0102 Expecting string input missing string input
ASP0103 Expecting numeric input missing numeric input
ASP0104 Opration not allowed operation not allowed
ASP0105 Index out of ange Index out of range (an array Index exceeded)
ASP0106 Type Mismatch (the data Type encountered cannot be processed)
ASP0107 Stack Overflow (the data being processed exceeds the permitted range)
ASP0115 Unexpected error: Unexpected error (the error of recoverable exception_name occurs on the external object, and the script cannot continue running)
ASP0177 Server. CreateObject Failed Server Failed to create the object (invalid progid)
ASP0190 Unexpected error: Unexpected error (caught error occurs when an external object is released)
ASP0191 Unexpected error: Unexpected error (caught error occurs in the OnStartPage method of the External Object)
ASP0192 Unexpected error: Unexpected error (caught error occurs in the OnEndPage method of the External Object
ASP0177 Server. CreateObject Failed Server Failed to create the object (invalid progid)
ASP0191 Unexpected error: Unexpected error (caught error occurs in the OnStartPage method of the External Object)
ASP0192 Unexpected error: Unexpected error (caught error occurs in the OnEndPage method of the External Object)
ASP0193 OnStartPage Failed produces an error in the OnStartPage method of the External Object
ASP0194 OnEndPage Failed produces an error in the OnEndPage method of the External Object
ASP0240 Script Engine Exception the Script Engine throws an exception_anme Exception from the object_name object.
The CreatObject method of the object_name object causes the exception_name Exception.
ASP0242 Query OnStartPage nterface Query object Object_name OnsException
**************************************** ******
Error during JScript running
A JScript running error occurs when the JScript tries to execute an action that cannot be run by the system. When a JScript runtime error occurs when the script is running, the variable expression is calculated, or the memory is dynamically allocated.
The following are 76 runtime errors:
Error Code Description
Hexadecimal notation
5 800A0005 invalid process call or Parameter
6 800A0006 Overflow
7 800A0007 insufficient memory
9 800A0009 subscript hyperbound
10 800A000A this array is fixed or temporarily locked
11 800A000B zero Division Error
13 800A000D Type Mismatch
14 800A000E insufficient space
17 800A0011 cannot perform the requested operation
28 800A001C insufficient stack space
35 800A0023 sub-process or function not found
48 800A0030 DLL loading error
51 800A0033 internal error
52 800A0034 bad file name or number
53 800A0035 file not found
54 800A0036 bad file Mode
55 800A0037 file opened
57 800A0039 device I/O Error
58 800A003A file already exists
61 800A003D the disk space is full
62 800A003E the input exceeds the end Of the file
67 too many 800A0043 files
68 800A0044 device unavailable
70 800A0046 permission disabled
71 800A0047 Disk not ready
74 800A004A cannot be renamed with different drivers
75 800A004B path/File Access Error
76 800A004C path not found
91 800A005B object variable or With Block Variable not set
92 800A005C For loop not initialized
94 800A005E Null usage is invalid
322 800A0042 the required temporary files cannot be created
424 objects required for 800A01A8
429 objects cannot be created on the 800A01A9 Automation server
430 800A01AE class does not support Automation
432 800A01B0 cannot find the file name or class name in the Automation operation
438 the 800A01B6 object does not support this attribute or Method
440 800A01B8 Automation error
445 800A01BD object does not support this action
446 the 800A01BE object does not support specified parameters
447 the 800A01BF object does not support the current region settings
448 the parameter specified by 800A01C0 is not found
449 the 800A01C1 parameter is not optional
450 800A01C2 Incorrect Parameter quantity or illegal attribute allocation
451 800A01C3 object is not a set
453 the dll function specified by 800A01C5 is not found
458 the 800A01CA variable uses an Automation type not supported by Jscript
462 800A01CE remote server machine does not exist or is unavailable
501 800A01F5 cannot be assigned to variables
502 800A01F6 objects are insecure for scripts
503 800A01F7 object is not secure for initialization
504 800A01F8 object creation is not safe
5000 800A1388 cannot be allocated to "this"
5001 800A1389 requires the Number type
5002 800A138A requires a Function object
5003 800A138B cannot assign values to function return values
5004 800A138C cannot index objects
5005 800A138D required String
5006 800A138E requires a Date object
5007 800A138F requires the Object type
5008 the value of 800A1390 is invalid.
5009 800A1391 undefined identifier
5010 800A1392 Boolean
5011 800A1393 cannot execute code from a free script
5012 800A1394 members of the object
5013 800A1395 requires VBArray
5014 800A1396 JScript object required
5015 800A1397 requires an Enumerator object
5016 800A1398 requires a regular expression object
5017 800A1399 regular expression syntax error
5018 800A139A unanticipated qualifier
"]" Is missing in 5019 800A139B Regular Expression
5020 ")" is missing in the 800A139C Regular Expression
5021 the 800A139D Character Set range is invalid.
5022 800A139E exception thrown, but cannot be caught
5023 the 800A139F function does not have a valid Prototype (Prototype) object.
The uri of the 5024 800A13A0 code to be decrypted contains invalid characters.
5025 the uri of the 800A13A1 code to be decoded is invalid.
5026 the digits in the fractional part of 800A13A2 are out of bounds.
5027 accuracy out of bounds
5028 800A13A4 requires an Array or arguments object
The length of the 5029 800A13A5 array must be a finite positive integer.
5030 800A13A6 must be assigned a finite positive number to the array Length