Hi, > currently I have it using embedded mode
> multiple tutors or students could be > accessing a database at the same time H2 supports both embedded mode, server mode, and mixed mode. I guess in your case the server mode would be the easiest to maintain. See also http://h2database.com/html/features.html#connection_modes Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
