Platforms to show: All Mac Windows Linux Cross-Platform
SQLDatabaseMBS.kANSILevel0 = 0
Function:
One of the ANSI level constants.
Notes: ANSI Level 0
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Notes: ANSI Level 0
SQLDatabaseMBS.kANSILevel1 = 1
Function:
One of the ANSI level constants.
Notes: ANSI Level 1
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Notes: ANSI Level 1
SQLDatabaseMBS.kANSILevel2 = 2
Function:
One of the ANSI level constants.
Notes: ANSI Level 2
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Notes: ANSI Level 2
SQLDatabaseMBS.kANSILevel3 = 3
Function:
One of the ANSI level constants.
Notes: ANSI Level 3
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Notes: ANSI Level 3
SQLDatabaseMBS.kAutoCommitOff = 0
Function:
One of the constants for the autocommit property.
Example:
Notes:
Autocommit is off.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Example:
dim db as SQLDatabaseMBS // your database connection
db.AutoCommit = SQLDatabaseMBS.kAutoCommitOn
SQLDatabaseMBS.kAutoCommitOn = 1
Function:
One of the constants for the autocommit property.
Example:
Notes:
Autocommit is on.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Example:
dim db as SQLDatabaseMBS // your database connection
db.AutoCommit = SQLDatabaseMBS.kAutoCommitOn
SQLDatabaseMBS.kAutoCommitUnknown = -1
Function:
One of the constants for the autocommit property.
Notes: Autocommit unknown
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Notes: Autocommit unknown
SQLDatabaseMBS.kCommandTypeSQLStatement = 1
Function:
One of the constants for the command type.
Notes: Command is an SQL statement.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 14.1 |
Notes: Command is an SQL statement.
SQLDatabaseMBS.kCommandTypeSQLStatementRaw = 2
Function:
One of the constants for the command type.
Notes: Command is an SQL statement that mustn't be interpreted by SQLAPI.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 14.1 |
Notes: Command is an SQL statement that mustn't be interpreted by SQLAPI.
SQLDatabaseMBS.kCommandTypeStoredProcedure = 3
Function:
One of the constants for the command type.
Notes: Command is a stored procedure or a function.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 14.1 |
Notes: Command is a stored procedure or a function.
SQLDatabaseMBS.kCommandTypeUnknown = 0
Function:
One of the constants for the command type.
Notes: Used by default. Library detects command type automatically.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 14.1 |
Notes: Used by default. Library detects command type automatically.
SQLDatabaseMBS.kErrorBindVarNotFound = 7
Function:
One of the SQL Plugin error codes.
Notes: Bind variable not found.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Bind variable not found.
SQLDatabaseMBS.kErrorClientInitFails = 6
Function:
One of the SQL Plugin error codes.
Notes: Initialization failed for client.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Initialization failed for client.
SQLDatabaseMBS.kErrorClientNotSet = 1
Function:
One of the SQL Plugin error codes.
Notes: Client not set.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Client not set.
SQLDatabaseMBS.kErrorClientNotSupported = 2
Function:
One of the SQL Plugin error codes.
Notes: Unsupported client type for this platform.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Unsupported client type for this platform.
SQLDatabaseMBS.kErrorClientVersionOld = 5
Function:
One of the SQL Plugin error codes.
Notes: Library file is too old.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Library file is too old.
SQLDatabaseMBS.kErrorFieldNotFound = 8
Function:
One of the SQL Plugin error codes.
Notes: Field not found.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Field not found.
SQLDatabaseMBS.kErrorGetLibraryVersionFails = 4
Function:
One of the SQL Plugin error codes.
Notes: Failed to query library version.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Failed to query library version.
SQLDatabaseMBS.kErrorLoadLibraryFails = 3
Function:
One of the SQL Plugin error codes.
Notes: Failed to load a library. For example path could be wrong or 32/64bit mismatch.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Failed to load a library. For example path could be wrong or 32/64bit mismatch.
SQLDatabaseMBS.kErrorNoMemory = 0
Function:
One of the SQL Plugin error codes.
Notes: Out of memory.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Out of memory.
SQLDatabaseMBS.kErrorUnknownColumnType = 11
Function:
One of the SQL Plugin error codes.
Notes: Unknown column type.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Unknown column type.
SQLDatabaseMBS.kErrorUnknownDataType = 9
Function:
One of the SQL Plugin error codes.
Notes: Unknown data type.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Unknown data type.
SQLDatabaseMBS.kErrorUnknownParameterType = 10
Function:
One of the SQL Plugin error codes.
Notes: Unknown parameter type.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Unknown parameter type.
SQLDatabaseMBS.kErrorWrongConversion = 12
Function:
One of the SQL Plugin error codes.
Notes: Failed to convert a value, e.g. string to number.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Failed to convert a value, e.g. string to number.
SQLDatabaseMBS.kErrorWrongDatetime = 13
Function:
One of the SQL Plugin error codes.
Notes: Can't convert text to date.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 16.0 |
Notes: Can't convert text to date.
SQLDatabaseMBS.kLevelUnknown = -1
Function:
One of the isolation level constants.
Notes: Unknown
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Notes: Unknown
SQLDatabaseMBS.kOptionLibraryCubeSQL = "CUBESQL.LIBS"
Function:
One of the option constant to specify the library with the SetFileOption method.
Example:
Notes:
for CubeSQL.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 19.3 |
Example:
dim con as SQLConnectionMBS // your connection
dim f as FolderItem = GetFolderItem("cubesql.dll")
con.SetFileOption con.kOptionLibraryCubeSQL, f
SQLDatabaseMBS.kOptionLibraryDB2 = "DB2CLI.LIBS"
Function:
One of the option constant to specify the library with the SetFileOption method.
Notes: for DB2.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Notes: for DB2.
SQLDatabaseMBS.kOptionLibraryFirebird = "IBASE.LIBS"
Function:
One of the option constant to specify the library with the SetFileOption method.
Notes: for Firebird.
Type | Topic | Plugin | Version |
const | SQL | MBS SQL Plugin | 12.3 |
Notes: for Firebird.
The items on this page are in the following plugins: MBS SQL Plugin.
Feedback: Report problem or ask question.
