If I use "FILE_LOCK=NO" in my H2 database, what is the danger? H2's web site says that I would need to protect the databases within the application. How do I do that? And what is the danger in disabling the file-lock?
Is there another way that I can allow multiple users to access the database(s) at the same time?
Thank you in advance for any helpful responses.