Friday, 15 May 2015

java - Is there a way to open h2 console while some other application is also accessing the same db? -



java - Is there a way to open h2 console while some other application is also accessing the same db? -

i using h2 db in java application. using h2 console view contents of db, works when no other application accessing db. there way open h2 console while other application accessing same db?

to able connect multiple application can configure db take tcp connection. basically, can using jdbc:h2:tcp in db url.

read more here.

java h2

No comments:

Post a Comment