A temporary solution to keep each application in your schema is for example:


conn = DriverManager.getConnection("jdbc:h2:tcp://127.0.0.1/~/MyDatabase;*
SCHEMA=*APP-SCHEMA;*SCHEMA_SEARCH_PATH=*APP-SCHEMA", "sa", "sa");



So instead of creating a user for each application, simply define the 
schema in the database call.



-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to