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" |
CUBRID学习笔记 35 net驱动错误码和信息 cubrid教程示例的更多相关文章
- CUBRID学习笔记 32 对net的datatable的支持 cubrid教程
在net的驱动中实现理一下的支持 DataTable data populate Built-in commands construct: INSERT , UPDATE, DELETE Column ...
- input子系统学习笔记六 按键驱动实例分析下【转】
转自:http://blog.chinaunix.net/uid-20776117-id-3212095.html 本文接着input子系统学习笔记五 按键驱动实例分析上接续分析这个按键驱动实例! i ...
- ref:学习笔记 UpdateXml() MYSQL显错注入
ref:https://www.cnblogs.com/MiWhite/p/6228491.html 学习笔记 UpdateXml() MYSQL显错注入 在学习之前,需要先了解 UpdateXml( ...
- 【整理】解决vue不相关组件之间的数据传递----vuex的学习笔记,解决报错this.$store.commit is not a function
解决vue不相关组件之间的数据传递----vuex的学习笔记,解决报错this.$store.commit is not a function https://www.cnblogs.com/jaso ...
- python3.4学习笔记(十六) windows下面安装easy_install和pip教程
python3.4学习笔记(十六) windows下面安装easy_install和pip教程 easy_install和pip都是用来下载安装Python一个公共资源库PyPI的相关资源包的 首先安 ...
- Hadoop源码学习笔记(2) ——进入main函数打印包信息
Hadoop源码学习笔记(2) ——进入main函数打印包信息 找到了main函数,也建立了快速启动的方法,然后我们就进去看一看. 进入NameNode和DataNode的主函数后,发现形式差不多: ...
- CUBRID学习笔记 5 错误码
服务器错误码 AS Error Code Number CAS Error Code Error Message Note -1000 CAS_ER_DBMS "CUBRID DBMS Er ...
- CUBRID学习笔记 45 REPLACE DELETE MERGE 教程
c#,net,cubrid,教程,学习,笔记欢迎转载 ,转载时请保留作者信息.本文版权归本人所有,如有任何问题,请与我联系wang2650@sohu.com . 过错 ------ 官方文档是英文的, ...
- CUBRID学习笔记 41 sql语法之select
cubrid的中sql查询语法 SELECT [ ] [{TO | INTO} ][FROM ] [WHERE ][GROUP BY {col_name | expr} [ASC | DESC], . ...
随机推荐
- lamp环境编译错误
GD 编译出错解决方法 编译最新的2.0.35版本,用默认的 ./configure编译 当make的时候,出现以下错误 configure.ac:64: error: possibly undefi ...
- iOS开发 爱特开发技术bug总结
#pragma mark 每天总结学习两小时 效率 和 每天学习 研究底层 多进去看看 // .................................................... ...
- java代码实现rabbitMQ请求
1.下载rabbitMQ的客户端,下载地址 http://www.rabbitmq.com/download.html
- 微信支付 APP 支付方式的服务器端处理程序
对于微信的APP的支付,客户服务说只能通过微信开放平台申请.后来在公众帐号确实发现了证据: 微信支付在申请的时候就比较严(麻烦),对服务类的一些支付,本来商品就是虚拟的,所以需要将商品描述的比较详细 ...
- mysql聚集索引的优缺点
聚簇索引并不是一种单独的索引类型,而是一种数据存储方式(不是数据结构,而是存储结构),具体细节依赖于其实现方式,但innodb的聚簇索引实际上是在同一个结构中保存了btree索引和数据行. 当表有索引 ...
- The Blacksmith学习的相关资源
1.Unity官网的Blacksmith主页 https://unity3d.com/pages/the-blacksmith 2.WRINKLE MAPS IN THE BLACKSMITH 褶皱贴 ...
- noi 2971 抓住那头牛
2971:抓住那头牛 查看 提交 统计 提问 总时间限制: 2000ms 内存限制: 65536kB 描述 农夫知道一头牛的位置,想要抓住它.农夫和牛都位于数轴上,农夫起始位于点N(0<=N ...
- ie调试工具
调试ie6真是疯掉了,要到一个包,类firbug,js写的不错. 链接:http://pan.baidu.com/s/1c2JOs0K 密码:fea8
- Codeforces Round #372 (Div. 2) A
Description ZS the Coder is coding on a crazy computer. If you don't type in a word for a c consecut ...
- 2016年10月28日 星期五 --出埃及记 Exodus 19:13
2016年10月28日 星期五 --出埃及记 Exodus 19:13 He shall surely be stoned or shot with arrows; not a hand is to ...