When I try to open a database with given file name that does not work.
Error is: “Failed to open database.”
The example in MBS folder is for in memory database which also works with my program.
Also, I checked the simple given empty text database with CLI: PRAGMA database_list;
No problem, got result. Path ok.
Any idea? Do I have to activate the plugin somehow?
For the “show me code enthusiasts”:
me.DBabc = new DuckDatabaseMBS("d:\db\duckdb\abc.duck.db")
As I said, file was created as text file like for SQLite3.
Thanks a lot for any idea what I should check!