zoukankan      html  css  js  c++  java
  • CUBRID学习笔记 35 net驱动错误码和信息 cubrid教程示例

    DO.NET Error Code Number Error Code Error Message Note
    0 ER_NO_ERROR "No Error"  
    1 ER_NOT_OBJECT "Index's Column is not an object"  
    2 ER_DBMS "Server Error - Check CUBRID Error Codes"  
    3 ER_COMMUNICATION "Cannot communicate with the broker"  
    4 ER_NO_MORE_DATA "Invalid dataReader position"  
    5 ER_TYPE_CONVERSION "DataType conversion error"  
    6 ER_BIND_INDEX "Missing or invalid position of the bind variable provided"  
    7 ER_NOT_BIND "Attempt to execute the query when not all the parameters are binded"  
    8 ER_WAS_NULL "Internal Error: NULL value encountered"  
    9 ER_COLUMN_INDEX "Column index is out of range"  
    10 ER_TRUNCATE "Data is truncated because receive buffer is too small"  
    11 ER_SCHEMA_TYPE "Internal error: Illegal schema paramCUBRIDDataType"  
    12 ER_FILE "File access failed"  
    13 ER_CONNECTION "Cannot connect to a broker"  
    14 ER_ISO_TYPE "Unknown transaction isolation level"  
    15 ER_ILLEGAL_REQUEST "Internal error: The requested information is not available"  
    16 ER_INVALID_ARGUMENT "The argument is invalid"  
    17 ER_IS_CLOSED "Connection or Statement might be closed"  
    18 ER_ILLEGAL_FLAG "Internal error: Invalid argument"  
    19 ER_ILLEGAL_DATA_SIZE "Cannot communicate with the broker or received invalid packet"  
    20 ER_NO_MORE_RESULT "No More Results"  
    21 ER_OID_IS_NOT_INCLUDED "The ResultSet does not include the OID"  
    22 ER_CMD_IS_NOT_INSERT "Command is not INSERT"  
    23 ER_UNKNOWN "Other Error"  
  • 相关阅读:
    [tip]build x86+x64 parrelly for your VS solution
    float double的内存表示及比较大小的方法
    [Problem 13]欧拉
    Interface Project
    [复习]内存对齐
    [tip]VS online Gallery in Extention Manager
    [Problem 14]欧拉
    “火柴棍式”程序员面试题打破惯性思维
    [复习]时间复杂度及计算
    ModuleCatalog配置文件
  • 原文地址:https://www.cnblogs.com/wang2650/p/5287974.html
Copyright © 2011-2022 走看看