Hy,
I need to access H2 database with a generic SQL client like SQL Workbench to copy some data from POINTVALUES table while Mango is up and running, I've tried but the result is that Mango crashes when the H2 database is open in SQL Workbench.
How it is possible to avoid this? I'm using H2 database and Mango Version 2.8.4.
DB URL is
jdbc:h2:C:\MA_HOME\databases\mah2
username and password are empty
And also, is it possible to access this database from another PC on the same network?
Thanks
Antonio