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.


The biggest plugin in space...