FAQ

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.SQLDatabase not initialized error?

Answer: Before you can use SQLDatabaseMBS, it must be initialized.
Example
dim d as new SQLDatabaseMBS

This happens normally when you use "new SQLDatabaseMBS".
But if you just have a SQLConnectionMBS and get a recordset there, the initialization may not have happend, yet.
So please simply add a line "dim d as new SQLDatabaseMBS" to your app.open code after registration, so the plugin part can initialize and late provide recordsets.


💬 Ask a question or report a problem