Platforms to show: All Mac Windows Linux Cross-Platform
SQLErrorExceptionMBS class
Super class: RuntimeException
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | SQL | MBS SQL Plugin | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
The SQLDatabaseMBS class sets its error properties on an error. All other SQL classes raise exceptions where you can check the message property.
Subclass of the RuntimeException class.
- 5 properties
- property ErrorClass as Integer
- property ErrorMessage as String
- property ErrorPosition as Integer
- property NativeError as Integer
- property SQL as String
This class has no sub classes.
Some examples using this class:
- /SQL/MySQL ExecuteSQL with Parameters
- /SQL/MySQL Write blob to file
- /SQL/SQL Exception Tests
- /SQL/SQLDatabaseMBS MySQL Dump
- /SQL/SQLite Encryption Fetch values
- /SQL/SQLite ExecuteSQL with Parameters
- /SQL/SQLite Fetch rows bulk
- /SQL/SQLite Fetch values with Recordset
- /SQL/SQLite select version with Trace events
- /SQL/SQLite with ICU
Blog Entries
- Load PDF from MS SQL Server and display it
- MonkeyBread Software Releases the MBS Xojo Plugins in version 19.1
- MBS Xojo Plugins, version 19.1pr2
- MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 14.0
- MBS Real Studio Plugins, version 13.1pr4
Xojo Developer Magazine
The items on this page are in the following plugins: MBS SQL Plugin.
