// However, the error string might be overwritten or deallocated by // subsequent calls to other SQLite interface functions. errmsg: function(DB: TSQLite3DB): PUTF8Char; cdecl; /// returns the numeric result code or extended result code for the most // recent failed sqlite3 API call...
** New error codes may be added in future versions of SQLite. ** ** See also: [SQLITE_IOERR_READ | extended result codes] */ #define SQLITE_OK 0 /* Successful result */ /* beginning-of-error-codes */ #define SQLITE_ERROR 1 /* SQL error or missing database */ #defin...