Platforms to show: All Mac Windows Linux Cross-Platform
DuckConnectionMBS class deprecated
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DuckDB | MBS DuckDB Plugin | 21.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
// no path, so in memory
Dim db As New DuckDatabaseMBS
Dim con As DuckConnectionMBS = db.Connect
This item is deprecated and should no longer be used.
You can use SQLDatabaseMBS instead.
Notes:
see also
https://duckdb.org/docs/
- 3 properties
- property Database as DuckDatabaseMBS
- property ErrorMessage as String
- property Handle as Integer
- 8 methods
- method BeginTransaction as Boolean
- method Commit as Boolean
- method Constructor
- method Destructor
- method Prepare(SQL as String) as DuckPreparedStatementMBS
- method Rollback as Boolean
- method SQLExecute(SQL as String) as Boolean
- method SQLSelect(SQL as String) as DuckResultMBS
This class has no sub classes.
Some methods using this class:
- DuckDatabaseMBS.Connect as DuckConnectionMBS
Some properties using for this class:
- DuckPreparedStatementMBS.Connection as DuckConnectionMBS
- DuckResultMBS.Connection as DuckConnectionMBS
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS DuckDB Plugin.
Feedback: Report problem or ask question.