Using B4JHowToAccess from #7, the driver connection is now successful
Unfortunately, after the first
DBUtils.ExecuteTableView(gSQL, "SELECT * FROM " & CurDBName , Null, 0, TableView_Main)
wites following error in debug window
org.hsqldb.HsqlException: user lacks privilege or object not found: MDB
As my MDB file is found by the driver connection, I guess that there is a Passsword issue.
Do you know if there is a way to send a password to the database (I suppose when connecting) ?