论坛


2014年9月13日 星期六

[转]SQLite 错误码

rooky123| rooky123的专栏-VCL |20:47:39

#define SQLITE_OK 0 /* 成功 | Successful result *//* 错误码开始 */#define SQLITE_ERROR 1 /* SQL错误 或 丢失数据库 | SQL error or missing database */#define SQLITE_INTERNAL 2 /* SQLite 内部逻辑错误 | Internal logic error ...