Microsoft VBScript compiler error cause code Daquan

Source: Internet
Author: User
Microsoft VBScript compiler error ''missing statement

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 error (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
Microsoftvbscript compiler error (0x800a0408) --> SQL statement error (?????????????????)
Microsoft VBScript runtime error (0x800a01b6) cause: Set rs = server. Create... You have missing set

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.

If the VBScript statement structure violates one or more VBScript syntax rules, a VBScript syntax error occurs.
Errors are usually executed Program . The following are 53 syntax errors:
Error Code Description
Hexadecimal notation
1001 800a03e9 insufficient memory
1002 800a03ea syntax error
1003 800a03eb missing ":"
1005 800a03ed requires '('
1006 800a03ee needs ')'
1007 800a03ef missing "]"
1010 800a03f2 requires an identifier
1011 800a03f3 requires '='
1012 800a03f4 requires 'if'
1013 800a03f5 requires 'to'
1014 800a03f6 requires 'end'
1015 800a03f7 requires a 'function'
1016 800a03f8 requires 'sub'
1017 800a03f9 requires 'then'
1018 800a03fa requires 'wend'
1019 800a03fb requires 'loan'
1020 800a03fc requires 'Next'
1021 800a03fd requires 'case'
1022 800a03fe requires 'select'
1023 800a03ff expression required
1024 800a0400 statements
1025 800a0401 end of the required statement
1026 800a0402 requires an integer constant
1027 800a0403 requires 'wait' or 'until'
1028 800a0404 requires 'while, ', 'until,' or the statement has not ended.
1029 800a0405 requires 'with'
1030 800a0406 the identifier is too long
1031 800a0407 invalid count
1032 800a0408 invalid characters
1033 800a0409 unfinished String constant
1034 800a040a unended comments
1037 800a040d the keyword 'me' is invalid'
1038 800a040e 'loop' without 'do'
1039 800a040f invalid 'exit 'statement
1040 800a0410 invalid 'for' loop control variable
1041 800a0411 name redefinition
1042 800a0412 must be the first statement of the row
1043 800a0413 cannot be assigned to a non-byval Parameter
1044 800a0414 parentheses cannot be used to call sub.
1045 800a0415 requires a literal constant
1046 800a0416 requires 'in'
1047 800a0417 requires 'class'
1048 800a0418 must be defined inside a class
1049 800a0419 the attribute Declaration requires let, set, or get
1050 800a041a requires 'properties'
1051 the number of 800a041b parameters must be consistent with the attribute description
1052 800a041c cannot have multiple default attributes/methods in the class
1053 800a041d class initialization or termination cannot contain parameters
1054 800a041e property let or set should have at least one parameter
1055 800a041f unnecessary 'Next'
1056 800a0420 you can only specify 'default' on 'properties', 'function', or 'sub'
1057 800a0421 indicates that 'default' must both indicate 'public '"
1058 800a0422 can only specify 'default' in property get'

VBScript runtime error
If the VBScript execution system cannot perform operations, a VBScript running error occurs. Only when a script is run, a value is assigned to a variable expression, or
When the memory is allocated, a VBScript running error occurs. Below are 65 runtime errors:
Error Code Description
Hexadecimal notation
5 800a0005 invalid process call or Parameter
6 800a0006 Overflow
7 800a0007 insufficient memory
9 800a0009 subscript out of bounds
10 800a000a the array is fixed length or temporarily locked
11 800a000b division by zero
13 800a000d Type Mismatch
14 800a000e string space Overflow
17 800a0011 unable to perform the requested operation
28 800a001c Stack Overflow
35 800a0023 undefined sub or function
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 drives
75 800a004b path/File Access Error
76 800a004c path not found
91 800a005b object variable not set
92 800a005c for loop not initialized
94 800a005e illegal use of null
322 800a0142 the required temporary file cannot be created
424 objects required for 800a01a8
429 objects cannot be created for 800a01ad ActiveX parts
430 800a01ae category does not support automation
432 800a01b0 file name or class name not found in automated operations
438 the 800a01b6 object does not support this attribute or Method
440 800a01b8 automation error
445 800a01bd object does not support this operation
446 the 800a01be object does not support specified parameters
447 the 800a01bf object does not support the current region settings
448 name parameter not found for 800a01c0
449 the 800a01c1 parameter is not optional
450 800a01c2 Incorrect Parameter count or invalid parameter Attribute Value
451 800a01c3 object is not a set
453 the DLL function specified by 800a01c5 is not found
455 800a01c7 Code Source lock Error
457 800a01c9 is already an element association in this set.
The 458 800a01ca variable uses an automation type not supported in VBScript.
462 800a01ce remote server does not exist or cannot be accessed
481 800a01e1 invalid image
500 the 800a01f4 variable is undefined.
501 800a01f5 illegal allocation
502 the 800a01f6 script object is insecure.
503 800a01f7 object cannot be safely initialized
504 800a01f8 objects cannot be created safely
505 800a01f9 invalid or unqualified reference
506 800a01fa class Not Defined
507 an error occurred in 800a01fb
5016 800a1398 requires a regular expression object
5017 syntax error in 800a1399 Regular Expression
5018 800a139a incorrect quantifiers
5019 800a139b needs ']' in the Regular Expression
5020 800a139c requires ')' in the Regular Expression ')'
5021 800a139d character set out of bounds
32811 element 800a802b not found

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.