CUBRID学习笔记 35 net驱动错误码和信息 cubrid教程示例

2022-04-08 00:00:00 专区 订阅 付费 交易 评论
DO.NET Error Code NumberError CodeError MessageNote
ER_NO_ERROR"No Error" 
1ER_NOT_OBJECT"Index's Column is not an object" 
2ER_DBMS"Server Error - Check CUBRID Error Codes" 
3ER_COMMUNICATION"Cannot communicate with the broker" 
4ER_NO_MORE_DATA"Invalid dataReader position" 
5ER_TYPE_CONVERSION"DataType conversion error" 
6ER_BIND_INDEX"Missing or invalid position of the bind variable provided" 
7ER_NOT_BIND"Attempt to execute the query when not all the parameters are binded" 
8ER_WAS_NULL"Internal Error: NULL value encountered" 
9ER_COLUMN_INDEX"Column index is out of range" 
10ER_TRUNCATE"Data is truncated because receive buffer is too small" 
11ER_SCHEMA_TYPE"Internal error: Illegal schema paramCUBRIDDataType" 
12ER_FILE"File access failed" 
13ER_CONNECTION"Cannot connect to a broker" 
14ER_ISO_TYPE"Unknown transaction isolation level" 
15ER_ILLEGAL_REQUEST"Internal error: The requested information is not available" 
16ER_INVALID_ARGUMENT"The argument is invalid" 
17ER_IS_CLOSED"Connection or Statement might be closed" 
18ER_ILLEGAL_FLAG"Internal error: Invalid argument" 
19ER_ILLEGAL_DATA_SIZE"Cannot communicate with the broker or received invalid packet" 
20ER_NO_MORE_RESULT"No More Results" 
21ER_OID_IS_NOT_INCLUDED"The ResultSet does not include the OID" 
22ER_CMD_IS_NOT_INSERT"Command is not INSERT" 
23ER_UNKNOWN"Other Error"

相关文章