`
gzg844cz
  • 浏览: 41684 次
社区版块
存档分类
最新评论

ASP ERROR NUMBER

 
阅读更多

ASP ERROR NUMBER
2011年09月22日
   大部分的ADO的错误码对应的含义
  除了在 Error 对象和 Errors 集合中说明的提供者错误之外,ADO 本身也将错误返回到运行时环境的异常处理机制之中。使用编程语言的错误捕捉机制(如 Microsoft?Visual Basic? 中的 On Error 语句)可捕捉及处理下列错误。下表将同时显示十进制和十六进制错误代码值。
  常量名称 编号 说明
  adErrInvalidArgument 3001 0x800A0BB9 应用程序使用的参数其类型错误、超出可接受的范围或者与其他参数冲突。
  adErrNoCurrentRecord 3021 0x800A0BCD BOF 或 EOF 为 True,或者当前记录已经删除。应用程序请求的操纵需要当前记录。
  adErrIllegalOperation 3219 0x800A0C93 应用程序请求的操纵不答应出现在该上下文中 adErrInTransaction 3246 0x800A0CAE 在事务中应用程序无法显式封闭Connection 对象。
  adErrFeatureNotAvailable 3251 0x800A0CB3 提供者不支持应用程序请求的操纵。
  adErrItemNotFound 3265 0x800A0CC1 ADO 无法在对应于应用程序请求的名称或顺序引用的集合中找到对象。
  adErrObjectInCollection 3367 0x800A0D27 无法追加,对象已经在集合中。
  adErrObjectNotSet 3420 0x800A0D5C 应用程序引用的对象不再指向有效的对象。
  adErrDataConversion 3421 0x800A0D5D 应用程序使用了不符合对当前操纵的值类型。
  adErrObjectClosed 3704 0x800A0E78 假如对象封闭,则不答应应用程序请求的操纵。
  adErrObjectOpen 3705 0x800A0E79 假如对象打开,则不答应应用程序请求的操纵。
  adErrProviderNotFound 3706 0x800A0E7A ADO 找不到指定的提供者。
  adErrBoundToCommand 3707 0x800A0E7B 应用程序无法用 Command 对象将 Recordset
  对象的 ActiveConnection 属性更改为它的来源数据。
  adErrInvalidParamInfo 3708 0x800A0E7C 应用程序错误地定义了 Parameter 对象。
  adErrInvalidConnection 3709 0x800A0E7D 应用程序通过引用封闭或无效的
  Connection 对象来请求对对象的操纵。
  ************************************************** ***************************
  ASP错误代码说明
  错误代码 错误消息 说明
  ASP0100 Out of memory 内存不足(不能分配要求的内存
  ASP0101 Unexpected error 意外错误
  ASP0102 Expecting string input 缺少字符串输进
  ASP0103 Expecting numeric input 缺少数字输进
  ASP0104 Opration not allowed 操纵不答应
  ASP0105 Index out of ange 索引超出范围(一个数组索引超届)
  ASP0106 Type Mismatch 类型不匹配(碰到的数据类型不能被处理)
  ASP0107 Stack Overflow 栈溢出(正在处理的数据超出了答应的范围)
  ASP0115 Unexpected error 意外错误(外部对象出现可捕捉的exception_name错误,脚本不能继续运行)
  ASP0177 Server.CreateObject Failed 服务器创建对象失败(无效的progid)
  ASP0190 Unexpected error 意外错误(当开释外部对象,产生可捕捉的错误)
  ASP0191 Unexpected error 意外错误(在外部对象的OnStartPage方法中产生可捕捉的错误)
  ASP0192 Unexpected error 意外错误(在外部对象的OnEndPage方法中产生可捕捉的错误
  ASP0177 Server.CreateObject Failed 服务器创建对象失败(无效的progid)
  ASP0191 Unexpected error 意外错误(在外部对象的OnStartPage方法中产生可捕捉的错误)
  ASP0192 Unexpected error 意外错误(在外部对象的OnEndPage方法中产生可捕捉的错误)
  ASP0193 OnStartPage Failed 在外部对象的OnStartPage方法中产生错误
  ASP0194 OnEndPage Failed 在外部对象的OnEndPage方法中产生错误
  ASP0240 Script Engine Exception 脚本引擎从object_name对象中抛出exception_anme异常
  ASP0241 CreateObject Exception object_name 对象的CreatObject方法引起了exception_name异常
  ASP0242 Query OnStartPage nte***ce 查询对象Object_name的OnsException
  **********************************************
  JScript 运行时错误
  JScript 运行时错误是指当 JScript 脚本试图执行一个系统不能运行的动作时导致的错误。当正在运行脚本、计算变量表达式、或者正在动态分配内存时出现JScript 运行时错误时。
  以下是76个运行时错误
  错误号 描述
  十进制 十六进制 说明
  5 800A0005 非法过程调用或参数
  6 800A0006 溢出
  7 800A0007 内存不足
  9 800A0009 下标超界
  10 800A000A 此数组被固定或临时锁定
  11 800A000B 零除错误
  13 800A000D 类型失配
  14 800A000E 串空间不足
  17 800A0011 不能执行所请求的操纵
  28 800A001C 栈空间不足
  35 800A0023 子过程或函数未找到
  48 800A0030 装载DLL出错
  51 800A0033 内部出错
  52 800A0034 坏文件名或数
  53 800A0035 文件未找到
  54 800A0036 坏文件模式
  55 800A0037 文件已经打开
  57 800A0039 设备I/O错误
  58 800A003A 文件已经存在
  61 800A003D 磁盘空间已满
  62 800A003E 输进超出文件尾
  67 800A0043 文件太多
  68 800A0044 设备不可用
  70 800A0046 权限禁用
  71 800A0047 磁盘未预备好
  74 800A004A 不能用不同的驱动重命名
  75 800A004B 路径/文件访问错误
  76 800A004C 路径未找到
  91 800A005B 对象变量或With块变量未设置
  92 800A005C For循环未初始化
  94 800A005E Null使用无效
  322 800A0042 不能建立所需的临时文件
  424 800A01A8 需要对象
  429 800A01A9 Automation服务器不能建立对象
  430 800A01AE 类不支持Automation
  432 800A01B0 在Automation操纵中找不到文件名或类名
  438 800A01B6 对象不支持这个属性或方法
  440 800A01B8 Automation错误
  445 800A01BD 对象不支持这个动作
  446 800A01BE 对象不支持指定的参数
  447 800A01BF 对象不支持当前区域设置
  448 800A01C0 指定的参数未找到
  449 800A01C1 参数不可选
  450 800A01C2 错误的参数数目或非法属性分配
  451 800A01C3 对象不是一个集合
  453 800A01C5 指定的dll函数未找到
  458 800A01CA 变量使用了一个Jscript不支持的Automation类型
  462 800A01CE 远程服务器机器不存在或不可用
  501 800A01F5 不能分配给变量
  502 800A01F6 对象对于脚本不安全
  503 800A01F7 对象对于初始化不安全
  504 800A01F8 对象对建立不安全
  5000 800A1388 不能分配给“this”
  5001 800A1389 需要 Number 类型
  5002 800A138A 需要 Function 对象
  5003 800A138B 不能给函数返回值赋值
  5004 800A138C 不能索引对象
  5005 800A138D 需要 String
  5006 800A138E 需要 Date 对象
  5007 800A138F 需要 Object 类型
  5008 800A1390 非法赋值
  5009 800A1391 未定义标识符
  5010 800A1392 需要 Boolean
  5011 800A1393 不能执行来自一个自由脚本的代码
  5012 800A1394 需要对象的成员
  5013 800A1395 需要 VBArray
  5014 800A1396 需要 JScript 对象
  5015 800A1397 需要 Enumerator 对象
  5016 800A1398 需要正则表达式对象
  5017 800A1399 正则表达式语法错误
  5018 800A139A 未预期的限定符
  5019 800A139B 正则表达式中缺少“]”
  5020 800A139C 正则表达式中缺少“)”
  5021 800A139D 字符集范围无效
  5022 800A139E 异常抛出,但无法捉住
  5023 800A139F 函数没有正当的 Prototype (原型)对象
  5024 800A13A0 待解码的 URI 包含有非法字符
  5025 800A13A1 待解码的 URI 编码非法
  5026 800A13A2 小数部分的位数越界
  5027 800A13A3 精度越界
  5028 800A13A4 需要 Array 或 arguments 对象
  5029 800A13A5 数组长度必须为一有限正整数
  5030 800A13A6 必须赋给数组长度一个有限正数
  ************************************************** *****
  jscript错误代码及相应解释大全
  JScript 语法错误
  JScript 语法错误是指当 JScript 语句违反了 JScript 脚本语言的一条或多条语法规则时导致的错误。JScript 语法错误发生在程序编译阶段,在开始运行该程序之前。(错误发生在开发过程中),以下是32个语法错误
  错误号 描述
  十进制 十六进制 说明
  1001 800A03E9 内存不足
  1002 800A03EA 语法错误
  1003 800A03EB 需要“:”
  1004 800A03EC 需要“;”
  1005 800A03ED 需要“(”
  1006 800A03EE 需要“)”
  1007 800A03EF 需要“]”
  1008 800A03F0 需要“{”
  1009 800A03F1 需要“}”
  1010 800A03F2 需要标识符
  1011 800A03F3 需要“=”
  1012 800A03F4 需要“/”
  1013 800A03F5 无效数
  1014 800A03F6 非法字符
  1015 800A03F7 字符串常数未结束
  1016 800A03F8 注释未结束
  1018 800A03FA 函数外有 ’return’ 语句
  1019 800A03FB 在循环外不能有“break”
  1020 800A03FC 在循环外不能有“continue”
  1023 800A03FF 需要十六进制数
  1024 800A0400 需要“while”
  1025 800A0401 标签定义重复
  1026 800A0402 未找到标签
  1027 800A0403 一条 “switch” 语句中只能有一个 “default”
  1028 800A0404 需要标识符、字符串或者数字
  1029 800A0405 需要“@end”
  1030 800A0406 条件编译已封闭
  1031 800A0407 需要常数
  1032 800A0408 需要“@”
  1033 800A0409 需要“catch”
  1034 800A040A 需要“var”
  1035 800A040B “Throw”的后面必须跟有一个表达式,且在同一源代码行上
  ************************************************** **********************
  VBScript 运行时错误
  假如 VBScript 脚本执行系统无法实施的操纵,则会产生 VBScript 运行时错误。只有在运行脚本、为变量表达式赋值或分配内存时,才会产生 VBScript 运行时错误。 以下是65个运行时错误:
  错误编号 描述
  十进制 十六进制 说明
  5 800A0005 无效过程调用或参数
  6 800A0006 溢出
  7 800A0007 内存不足
  9 800A0009 下标越界
  10 800A000A 该数组为定长的或临时被锁定
  11 800A000B 被零除
  13 800A000D 类型不匹配
  14 800A000E 字符串空间溢出
  17 800A0011 无法执行请求的操纵
  28 800A001C 堆栈溢出
  35 800A0023 未定义 Sub 或 Function
  48 800A0030 加载 DLL 错误
  51 800A0033 内部错误
  52 800A0034 坏文件名或数
  53 800A0035 文件未找到
  54 800A0036 坏文件模式
  55 800A0037 文件已经打开
  57 800A0039 设备I/O错误
  58 800A003A 文件已经存在
  61 800A003D 磁盘空间已满
  62 800A003E 输进超出文件尾
  67 800A0043 文件太多
  68 800A0044 设备不可用
  70 800A0046 权限禁用
  71 800A0047 磁盘未预备好
  74 800A004A 不能用不同的驱动器重新命名
  75 800A004B 路径/文件访问错误
  76 800A004C 路径未找到
  91 800A005B 未设置对象变量
  92 800A005C For 循环未初始化
  94 800A005E 非法使用 Null
  322 800A0142 不能建立所需临时文件
  424 800A01A8 需要对象
  429 800A01AD ActiveX 部件无法创建对象
  430 800A01AE 类不支持自动化
  432 800A01B0 在自动化操纵中未找到文件名或类名
  438 800A01B6 对象不支持该属性或方法
  440 800A01B8 Automation错误
  445 800A01BD 对象不支持此操纵
  446 800A01BE 对象不支持指定的参数
  447 800A01BF 对象不支持当前的区域设置
  448 800A01C0 未找到命名参数
  449 800A01C1 参数不可选
  450 800A01C2 错误的参数个数或无效的参数属性值
  451 800A01C3 对象不是一个集合
  453 800A01C5 指定的dll函数未找到
  455 800A01C7 代码源锁错误
  457 800A01C9 这个键已经是本集合的一个元素关联
  458 800A01CA 变量使用了一个 VBScript 中不支持的自动化(Automation)类型
  462 800A01CE 远程服务器不存在或不能访问
  481 800A01E1 无效图片
  500 800A01F4 变量未定义
  501 800A01F5 违法的分配
  502 800A01F6 脚本对象不安全
  503 800A01F7 对象不能安全初始化
  504 800A01F8 对象不能安全创建
  505 800A01F9 无效的或分歧格的引用
  506 800A01FA 类未被定义
  507 800A01FB 发生异常
  5016 800A1398 需要正则表达式对象
  5017 800A1399 正则表达式中的语法错误
  5018 800A139A 错误的数目词
  5019 800A139B 在正则表达式中需要 ']'
  5020 800A139C 在正则表达式中需要 ')'
  5021 800A139D 字符集越界
  800A802B 元素未找到
  ************************************************** ************
  vbscript错误代码及对应解释大全
  VBScript 语法错误
  假如 VBScript 语句结构违反了一个或多个 VBScript 脚本语言语法规则,就会产生VBScript 语法错误。
  错误通常在执行程序前,编译程序时产生。 以下是53个语法错误:
  错误编号 描述
  十进制 十六进制 说明
  1001 800A03E9 内存不足
  1002 800A03EA 语法错误
  1003 800A03EB 缺少“:”
  1005 800A03ED 需要 '('
  1006 800A03EE 需要 ')'
  1007 800A03EF 缺少“]”
  1010 800A03F2 需要标识符
  1011 800A03F3 需要 '='
  1012 800A03F4 需要 'If'
  1013 800A03F5 需要 'To'
  1014 800A03F6 需要 'End'
  1015 800A03F7 需要 'Function'
  1016 800A03F8 需要 'Sub'
  1017 800A03F9 需要 'Then'
  1018 800A03FA 需要 'Wend'
  1019 800A03FB 需要 'Loop'
  1020 800A03FC 需要 'Next'
  1021 800A03FD 需要 'Case'
  1022 800A03FE 需要 'Select'
  1023 800A03FF 需要表达式
  1024 800A0400 需要语句
  1025 800A0401 需要语句的结束
  1026 800A0402 需要整数常数
  1027 800A0403 需要 'While' 或 'Until'
  1028 800A0404 需要 'While,'、 'Until,' 或语句未结束
  1029 800A0405 需要 'With'
  1030 800A0406 标识符太长
  1031 800A0407 无效的数
  1032 800A0408 无效的字符
  1033 800A0409 未结束的串常量
  1034 800A040A 未结束的注释
  1037 800A040D 无效使用关键字 'Me'
  1038 800A040E 'loop' 没有 'do'
  1039 800A040F 无效 'exit' 语句
  1040 800A0410 无效 'for' 循环控制变量
  1041 800A0411 名称重定义
  1042 800A0412 必须为行的第一个语句
  1043 800A0413 不能赋给非Byval参数
  1044 800A0414 调用 Sub 时不能使用圆括号
  1045 800A0415 需要文字常数
  1046 800A0416 需要 'In'
  1047 800A0417 需要 'Class'
  1048 800A0418 必须在一个类的内部定义
  1049 800A0419 在属性声明中需要 Let , Set 或 Get
  1050 800A041A 需要 'Property'
  1051 800A041B 参数数目必须与属性说明一致
  1052 800A041C 在类中不能有多个缺省的属性/方法
  1053 800A041D 类初始化或终止不能带参数
  1054 800A041E Property Let 或 Set 至少应该有一个参数
  1055 800A041F 不需要的 'Next'
  1056 800A0420 只能在 ‘Property’或 ’Function’或 ’Sub’ 上指定 ’Default ’
  1057 800A0421 说明 'Default' 必须同时说明 'Public' "
  1058 800A0422 只能在 Property Get 中指定 'Default'
  ADO错误代码(English):
  Rela????o de erros expostos por OLE e OLE_DB para ADO.
  Unsigned Signed
  HRESULT Hex HRESULT Descri????o
  ---------- ----------- ----------------------------------------------
  0x - Not implemented
  0x - Ran out of memory
  0x - One or more arguments are invalid
  0x - No such inte***ce supported
  0x - Invalid pointer
  0x - Invalid handle
  0x - Operation aborted
  0x - Unspecified error
  0x - General access denied error
  0xA - The data necessary to complete this operation is not yet available.
  0x - Not implemented
  0x - No such inte***ce supported
  0x - Invalid pointer
  0x - Operation aborted
  0x - Unspecified error
  0x - Thread local storage failure
  0x - Get shared memory allocator failure
  0x - Get memory allocator failure
  0x - Unable to initialize class cache
  0xA - Unable to initialize RPC services
  0xB - Cannot set thread local storage channel control
  0xC - Could not allocate thread local storage channel control
  0xD - The user supplied memory allocator is unacceptable
  0xE - The OLE service mutex already exists
  0xF - The OLE service file mapping already exists
  0x - Unable to map view of file for OLE service
  0x - Failure attempting to launch OLE service
  0x - There was an attempt to call CoInitialize a second time while single threaded
  0x - A Remote activation was necessary but was not allowed
  0x - A Remote activation was necessary but the server name provided was invalid
  0x - The class is configured to run as a security id different from the caller
  0x - Use of Ole1 services requiring DDE windows is disabled
  0x - A RunAs specification must be \ or simply 
  0x - The server process could not be started. The pathname may be incorrect.
  0x - The server process could not be started as the configured identity. The pathname may be incorret
  0xA - The server process could not be started because the configured identity is incorrect. Check username/password
  0xB - The client is not allowed to launch this server.
  0xC - The service providing this server could not be started.
  0xD - This computer was unable to communicate with the computer providing the server.
  0xE - The server did not respond after being launched.
  0xF - The registration information for this server is inconsistent or incomplete.
  0x - The registration information for this inte***ce is inconsistent or incomplete.
  0x - The operation attempted is not supported.
  0x8000FFFF - Catastrophic failure
  0x - General access denied error
  0x - Invalid handle
  0xE - Ran out of memory
  0x - One or more arguments are invalidRela????o de erros expostos pelo provedor OLE-DB
  Unsigned Signed
  HRESULT Hex HRESULT Descri????o
  ---------- ----------- ----------------------------------------------
  0xE00 - Invalid accessor
  0xE01 - Creating another row would have exceeded the total number of active rows supported by the rowset
  0xE02 - Unable to write with a read-only accessor
  0xE03 - Given values violate the database schema
  0xE04 - Invalid row handle
  0xE05 - An object was open
  0xE06 - Invalid chapter
  0xE07 - A literal value in the command could not be converted to the correct type due to a reason other than data overflow
  0xE08 - Invalid binding info
  0xE09 - Permission denied
  0xE0A - Specified column does not contain bookmarks or chapters
  0xE0B - Some cost limits were rejected
  0xE0C - No command has been set for the command object
  0xE0D - Unable to find a query plan within the given cost limit
  0xE0E - Invalid bookmark
  0xE0F - Invalid lock mode
  0xE10 - No value given for one or more required parameters
  0xE11 - Invalid column ID
  0xE12 - Invalid ratio
  0xE13 - Invalid value
  0xE14 - The command contained one or more errors
  0xE15 - The executing command cannot be canceled
  0xE16 - The provider does not support the specified dialect
  0xE17 - A data source with the specified name already exists
  0xE18 - The rowset was built over a live data feed and cannot be restarted
  0xE19 - No key matching the described characteristics could be found within the current range
  0xE1A - Ownership of this tree has been given to the provider
  0xE1B - The provider is unable to determine identity for newly inserted rows
  0xE1C - No nonzero weights specified for any goals supported, so goal was rejected; current goal was not changed
  0xE1D - Requested conversion is not supported
  0xE1E - lRowsOffset would position you past either end of the rowset, regardless of the cRows value
  0xE1F - Information was requested for a query, and the query was not set
  0xE20 - Provider called a method from IRowsetNotify in the consumer and NT
  0xE21 - Errors occurred
  0xE22 - A non-NULL controlling IUnknown was specified and the object being created does not support aggregation
  0xE23 - A given HROW referred to a hard- or soft- deleted row
  0xE24 - The rowset does not support fetching backwards
  0xE25 - All HROWs must be released before new ones can be obtained
  0xE26 - One of the specified storage flags was not supported
  0xE27 - The comparison operator was invalid
  0xE28 - The specified status flag was neither DBCOLUMNSTATUS_OK nor DBCOLUMNSTATUS_ISNULL
  0xE29 - The rowset cannot scroll backwards
  0xE2A - Invalid region handle
  0xE2B - The specified set of rows was not contiguous to or overlapping the rows in the specified watch region
  0xE2C - A transition from ALL* to MOVE* or EXTEND* was specified
  0xE2D - The specified region is not a proper subregion of the region identified by the given watch region handle
  0xE2E - The provider does not support multi-statement commands
  0xE2F - A specified value violated the integrity constraints for a column or table
  0xE32 - Cannot clone a command object whose command tree contains a rowset or rowsets
  0xE33 - Cannot represent the current tree as text
  0xE34 - The specified index already exists
  0xE35 - The specified index does not exist
  0xE36 - The specified index was in use
  0xE37 - The specified table does not exist
  0xE38 - The rowset was using optimistic concurrency and the value of a column has been changed since it was last read
  0xE39 - Errors were detected during the copy
  0xE3A - A specified precision was invalid
  0xE3B - A specified scale was invalid
  0xE3C - Invalid table ID
  0xE3D - A specified type was invalid
  0xE3E - A column ID was occurred more than once in the specification
  0xE3F - The specified table already exists
  0xE40 - The specified table was in use
  0xE41 - The specified locale ID was not supported
  0xE42 - The specified record number is invalid
  0xE43 - Although the bookmark was validly formed, no row could be found to match it
  0xE44 - The value of a property was invalid
  0xE45 - The rowset was not chaptered
  0xE46 - Invalid accessor
  0xE47 - Invalid storage flags
  0xE48 - By-ref accessors are not supported by this rovider
  0xE49 - Null accessors are not supported by this provider
  0xE4A - The command was not prepared
  0xE4B - The specified accessor was not a parameter accessor
  0xE4C - The given accessor was write-only
  0xE4D - Authentication failed
  0xE4E - The change was canceled during notification; no columns are changed
  0xE4F - The rowset was single-chaptered and the chapter was not released
  0xE50 - Invalid source handle
  0xE51 - The provider cannot derive parameter info and SetParameterInfo has not been called
  0xE52 - The data source object is already initialized
  0xE53 - The provider does not support this method
  0xE54 - The number of rows with pending changes has exceeded the set limit
  0xE55 - The specified column did not exist
  0xE56 - There are pending changes on a row with a reference count of zero
  0xE57 - A literal value in the command overflowed the range of the type of the associated column
  0xE58 - The supplied HRESULT was invalid
  0xE59 - The supplied LookupID was invalid
  0xE5A - The supplied DynamicErrorID was invalid
  0xE5B - Unable to get visible data for a newly-inserted row that has not yet been updated
  0xE5C - Invalid conversion flag
  0xE5D - The given parameter name was unrecognized
  0xE5E - Multiple storage objects can not be open simultaneously
  0xE5F - The requested filter could not be opened
  0xE60 - The requested order could not be opened
  0xE61 - Bad tuple
  0xE62 - Bad coordinate
  0xE63 - The given axis was not valid for this Dataset
  0xE64 - One or more of the given cell ordinals was invalid
  0xE65 - The supplied columnID was invalid
  0xE67 - The supplied command does not have a DBID
  0xE68 - The supplied DBID already exists
  0xE72 - The index ID is invalid
  0xE73 - The initialization string does not conform to specification
  0xE74 - The OLE DB root enumerator did not return any providers that matched an of the SOURCES_TYPEs requested
  0xE75 - The initialization string specifies a provider which does not match the currently active provider.
  0xE76 - The specified DBID is invalid
  0xE6A - Invalid trustee value
  0xE6B - The trustee is not for the current data source
  0xE6C - The trustee does not support memberships/ collections
  0xE6D - The object is invalid or unknown to the provider
  0xE6E - No owner exists for the object
  0xE6F - The access entry list supplied is invalid
  0xE70 - The trustee supplied as owner is invalid or unknown to the provider
  0xE71 - The permission supplied in the access entry list is invalid
  0xE77 - The ConstraintType was invalid or not supported by the provider.
  0xE78 - The ConstraintType was not CONSTRAINTTYPE_FOREIGNKEY and cForeignKeyColumns was not zero
  0xE79 - The Deferrability was invalid or the value was not supported by the provider
  0xE80 - The MatchType was invalid or the value was not supported by the provider
  0xE8A - The UpdateRule or DeleteRule was invalid or the value was not supported by the provider
  0xE8B - The pConstraintID did not exist in the data source
  0xE8C - The dwFlags was invalid
  0xE8D - The rguidColumnType pointed to a GUID that does not match the object type of this column or this column was not set
  0xE8E - The requested URL was out-of-scope
  0xE90 - The provider could not drop the object
  0xE91 - There is no source row
  0xE92 - The OLE DB object represented by this URL is locked by one or more other processes
  0xE93 - The client requested an object type that is only valid for a collection
  0xE94 - The caller requested write access to a read-only object
  0xE95 - The provider could not connect to the server for this object
  0xE96 - The provider could not connect to the server for this object
  0xE97 - The attempt to bind to the object timed out
  0xE98 - The provider was unable to create an object at this URL because an object named by this URL already exists
  0xE99 - The provider could not drop the object
  0xE9A - The provider was unable to create an object at this URL because the server was out of physical storage
  0x00040EC0 Fetching requested number of rows would have exceeded total number of active rows supported by the rowset
  0x00040EC1 One or more column types are incompatible; conversion errors will occur during copying
  0x00040EC2 Parameter type information has been overridden by caller
  0x00040EC3 Skipped bookmark for deleted or non-member row
  0x00040EC4 Errors found in validating tree
  0x00040EC5 There are no more rowsets
  0x00040EC6 Reached start or end of rowset or chapter
  0x00040EC7 The provider re-executed the command
  0x00040EC8 Variable data buffer full
  0x00040EC9 There are no more results
  0x00040ECA Server cannot release or downgrade a lock until the end of the transaction
  0x00040ECB Specified weight was not supported or exceeded the supported limit and was set to 0 or the supported limit
  0x00040ECC Consumer is uninterested in receiving further notification calls for this reason
  0x00040ECD Input dialect was ignored and text was returned in different dialect
  0x00040ECE Consumer is uninterested in receiving further notification calls for this phase
  0x00040ECF Consumer is uninterested in receiving further notification calls for this reason
  0x00040ED0 The operation is being processed asynchronously
  0x00040ED2 The method had some errors; errors have been returned in the error array
  0x00040ED3 Invalid row handle
  0x00040ED4 A given HROW referred to a hard-deleted row
  0x00040ED7 The bind failed because the provider was unable to satisfy all of the bind flags or properties
  0x00040ED8 A lock was upgraded from the value specified
  0x00040ED9 One or more properties were changed as allowed by provider
  0x00040EDA Errors occurred
  0x00040EDB A specified parameter was invalid
  0x00040EDC Updating this row caused more than one row to be updated in the data source
  0x00040EDD The row has no row-specific columns
  ASP ERROR NUMBER & DESCRIPTION ASP 错误 
  www.hnsxx.com
  www.jieyitongbao.com
  www.bmtx.net
  www.rwdj.net
  www.tyfg.net
  www.wxej.net
  www.mrxf.net
  www.hlry.net  %D%A 
  www.guguzhai.net  %D%A 
  www.guguzhai.org http://blog.sina.com.cn/s/blog_8ea557140100watb.ht ml
分享到:
评论

相关推荐

    ASP的Error对象知识简析

    在ASP2.0中实际也进行这种处理,但是没有相应文档说明,这在很多asp数据相关处理文件中司空见惯,加上On Error Resume Next,关闭缺省的错误处理,然后用err抓住, If Err Then err.Clear Response.Write 出现了错误! ...

    Asp中err和error对象的属性详解及用法示例

    =Err.Number,可以用Clear方法清除,以利于下次使用.它主要的是个Description方法,返回的是简要错误说明,这里一个很经典的例子: 程序代码: 代码如下: < %@ LANGUAGE=”VBscript” %> < %Response.Buffer = ...

    ASP在线作业系统

    error.asp中的说明文字更改了top.gif,,将修正后的版本命名为v1.0 stable删除global.asa文件,修改了index.asp,添加了online.asp文件,改用数据库方式记录当前在线人数,以精确。在表eric_config中加入total字段,...

    ERROR 1222 (21000): The used SELECT statements have a different number of columns

    1) ERROR 1222 (21000): The used SELECT statements have a different number of columns : 这是因为使用union的两个SQL语句产生的记录的表结构不一致. 必须是结构完全一致的记录集合才可以使用UNION. 以上就是两个...

    asp 读取文件和保存文件函数代码

    RText = Array(Err.Number, Err.Description) LoadFromFile = RText Err.Clear Exit Function End If RText = Array(0, .ReadText) .Close End With LoadFromFile = RText Set objStream = Nothing End ...

    ASP.NET常用代码

    ASP.NET常用代码 1. 打开新的窗口并传送参数: 传送参数: response.write("<script>window.open('*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"')</script>") 接收参数: string a = Request....

    asp连接数据库代码实例

    on error resume next set conn=server.createobject(\"adodb.connection\") conn.open \"driver={microsoft access driver (*.mdb)};dbq=\"&server.mappath(db) if err then err.clear set conn = Nothing ...

    javascript asp教程错误处理

    The ASPError Object has zero (0) Methods, nine (9) Properties, zero (0) Events, and zero (0) Collections. AspCode AspDescription Category Column Description File Line Number SourceThe way ...

    学生信息管理系统 asp

    With the development of academic schools' constantly enlarging their size and increasing the number of their students,various information about students is doubly increased.There is so much ...

    用户sa登陆失败 SQLServer 错误18456的解决方法

    查找问题的过程: 第一步: 启动所有与SQL有关的服务,问题依旧; 第二步: 查看windows防火墙,被默认启动了,不启动选择项被Disabled。两个提示“由于安全考虑,某些设置由组策略控制”“Windows防火墙正在使用您...

    ASP.NET程序中常用的三十三种代码.txt

    ASP.NET程序中常用的三十三种代码 1. 打开新的窗口并传送参数:  传送参数: response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>")  接收参数: ...

    asp在线执行sql语句的函数

    function gfv(str) gfv = request.form(str) end function sub executesql dim content:content = gfv(“content”) on error resume next conn.begintrans conn.execute(content) if err.number ...

    ASP 下载时重命名已上传文件的新下载文件名的实现代码

    function dl(f,n) on error resume next Set S=CreateObject( “Adodb.Stream “) S.Mode=3 S.Type=1 S.Open S.LoadFromFile(f) if Err.Number> 0 then Response.Status= “404 ” els

    VBSCRIP5 -ASP用法详解

    Number 属性 返回或设置代表某个错误的数值。 Oct 函数 返回表示一数的八进制值的字符串。 On Error 语句 启用错误处理。 运算符的优先级 表示各种 VBScript 运算符的优先顺序的列表。 Option Explicit 语句 ...

    大名鼎鼎SWFUpload- Flash+JS 上传

    兼容ASP.Net Forms SWFUpload v2 延续了SWFUpload的设计目标,将UI分离以交给开发人员控制和后续扩展 概述 传统的HTML上传 标准的HTML上传表单为用户提供一个文本框和按钮来选择文件,选中的文件是随着form表单...

    php.ini-development

    error_reporting ; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED ; Development Value: E_ALL ; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT ; html_errors ; Default Value: On ; ...

    ASP充分利用Err.Description

    我们一般在调试程序的时候,有些操作会莫名地失败,又没有错误消息提示,特别是在执行数据库操作的...On Error Resume Next…程序If Err.Number>0 Then Response.Write Err.Description Response.EndEnd If

    Silverlight多文件(大文件)上传项目源码

    <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/mpost.SilverlightMultiFileUpload.xap" MinimumVersion="2.0.30523" Width="415" Height="280" InitParameters="MaxFileSizeKB=1000,MaxUploads...

    asp常用函数集合,非常不错以后研究第1/4页

    on error resume next dim objstream set objstream = server.createobject(“adodb.stream”) with objstream .type = 2 .mode = 3 .open .loadfromfile server.mappath(path) if err.number <...

    EntLibForum论坛系统源码 v4.0

    EntLib.com Forum 开源ASP.NET 论坛系统是EntLib.com 小组基于YAF开源...论坛系统源码 v4.0" onerror="this.src='/images/ifnoimg.gif'" src="/uploads/allimg/091202/1131015322-0.jpg" width="468" resize="true" />

Global site tag (gtag.js) - Google Analytics