I'm not entirely sure what the best method is for my situation so I
wonder if someone here might be able to help.

What I'm doing is embedding H2 in the Virtual Learning Environment
'Blackboard'. what it's used for is to store assignment
data(submissions, user info, assignment details etc).

I create a db for each course which can contain multiple assignments
and currently I have it using embedded mode by:

url = "jdbc:h2:"+dbUrl
user = xxxx
password = xxxx
conn = DriverManager.getConnection(url,user,password);

the usage scenario is that multiple tutors or students could be
accessing a database at the same time but I'm not entirely sure if
running it like this will work

If anyone could shed any light that'd be great

-- 
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.

Reply via email to