Platforms to show: All Mac Windows Linux Cross-Platform

Back to SQLite3MBS class.

SQLite3MBS.kErrorAbort = 4

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Callback routine requested an abort.

SQLite3MBS.kErrorAuth = 23

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Authorization denied

SQLite3MBS.kErrorBusy = 5

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

The database file is locked.

SQLite3MBS.kErrorCantopen = 14

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Unable to open the database file.

SQLite3MBS.kErrorConstraint = 19

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Abort due to constraint violation.

SQLite3MBS.kErrorCorrupt = 11

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

The database disk image is malformed.

SQLite3MBS.kErrorDone = 101

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

sqlite3_step() has finished executing.

SQLite3MBS.kErrorEmpty = 16

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Database is empty

SQLite3MBS.kErrorError = 1

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

SQL error or missing database.

SQLite3MBS.kErrorFormat = 24

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Auxiliary database format error.

SQLite3MBS.kErrorFull = 13

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Insertion failed because database is full.

SQLite3MBS.kErrorInternal = 2

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Internal logic error in SQLite

SQLite3MBS.kErrorInterrupt = 9

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Operation terminated by sqlite3_interrupt().

SQLite3MBS.kErrorIoerr = 10

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Some kind of disk I/O error occurred.

SQLite3MBS.kErrorLocked = 6

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

A table in the database is locked.

SQLite3MBS.kErrorMismatch = 20

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Data type mismatch.

SQLite3MBS.kErrorMisuse = 21

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Library used incorrectly.

SQLite3MBS.kErrorNolfs = 22

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Uses OS features not supported on host.

SQLite3MBS.kErrorNoMem = 7

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Out of memory.

SQLite3MBS.kErrorNotaDB = 26

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

File opened that is not a database file.

SQLite3MBS.kErrorNotFound = 12

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

NOT USED. Table or record not found.

SQLite3MBS.kErrorOk = 0

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Successful result

SQLite3MBS.kErrorPerm = 3

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Access permission denied.

SQLite3MBS.kErrorProtocol = 15

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

NOT USED. Database lock protocol error.

SQLite3MBS.kErrorRange = 25

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

2nd parameter to sqlite3_bind out of range.

SQLite3MBS.kErrorReadonly = 8

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

Attempt to write a readonly database.

SQLite3MBS.kErrorRow = 100

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

sqlite3_step() has another row ready.

SQLite3MBS.kErrorSchema = 17

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

The database schema changed.

SQLite3MBS.kErrorToobig = 18

Type Topic Plugin Version
const SQL MBS SQL Plugin 12.4
One of the error codes.

String or BLOB exceeds size limit.

The items on this page are in the following plugins: MBS SQL Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...