Hi!
Im playing around a bit with inserting multiple points by uploading a tab-separated datafile. What is the easiest and most secure way to access the database?
Best regards!
/Joakim
The embedded database (Derby) is configured to be single-user only, so you can only access it with Derby tools when Mango is not running. However, there is the SQL page within Mango that lets you run arbitrary SQL statements.