MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.

Platforms to show: All Mac Windows Linux Cross-Platform

SQLite3MBS.kErrorAbort = 4
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Callback routine requested an abort.
SQLite3MBS.kErrorAuth = 23
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Authorization denied
SQLite3MBS.kErrorBusy = 5
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: The database file is locked.
SQLite3MBS.kErrorCantopen = 14
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Unable to open the database file.
SQLite3MBS.kErrorConstraint = 19
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Abort due to constraint violation.
SQLite3MBS.kErrorCorrupt = 11
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: The database disk image is malformed.
SQLite3MBS.kErrorDone = 101
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: sqlite3_step() has finished executing.
SQLite3MBS.kErrorEmpty = 16
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Database is empty
SQLite3MBS.kErrorError = 1
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: SQL error or missing database.
SQLite3MBS.kErrorFormat = 24
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Auxiliary database format error.
SQLite3MBS.kErrorFull = 13
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Insertion failed because database is full.
SQLite3MBS.kErrorInternal = 2
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Internal logic error in SQLite
SQLite3MBS.kErrorInterrupt = 9
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Operation terminated by sqlite3_interrupt().
SQLite3MBS.kErrorIoerr = 10
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Some kind of disk I/O error occurred.
SQLite3MBS.kErrorLocked = 6
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: A table in the database is locked.
SQLite3MBS.kErrorMismatch = 20
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Data type mismatch.
SQLite3MBS.kErrorMisuse = 21
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Library used incorrectly.
SQLite3MBS.kErrorNolfs = 22
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Uses OS features not supported on host.
SQLite3MBS.kErrorNoMem = 7
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Out of memory.
SQLite3MBS.kErrorNotaDB = 26
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: File opened that is not a database file.
SQLite3MBS.kErrorNotFound = 12
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: NOT USED. Table or record not found.
SQLite3MBS.kErrorOk = 0
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Successful result
SQLite3MBS.kErrorPerm = 3
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Access permission denied.
SQLite3MBS.kErrorProtocol = 15
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: NOT USED. Database lock protocol error.
SQLite3MBS.kErrorRange = 25
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: 2nd parameter to sqlite3_bind out of range.
SQLite3MBS.kErrorReadonly = 8
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: Attempt to write a readonly database.
SQLite3MBS.kErrorRow = 100
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: sqlite3_step() has another row ready.
SQLite3MBS.kErrorSchema = 17
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: The database schema changed.
SQLite3MBS.kErrorToobig = 18
const, SQL, MBS Real Studio SQL Plugin (SQL), class SQLite3MBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: No, Feedback.

Function: One of the error codes.
Notes: String or BLOB exceeds size limit.

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




Links
MBS Realbasic Chart Plugins