您的位置:首页 > 其它

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

2016-03-17 16:38 411 查看
DO.NET Error Code NumberError CodeError MessageNote
0ER_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"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: