Here is a link on H2 API that would be useful.

http://h2database.com/javadoc/org/h2/tools/Server.html?highlight=tcpDaemon&search=tcp

There is a Server.createTcpServer(...) that might be helpful.

Clients, according to their user assigned roles and permissions, would
be granted access to their resources (views, selects, deletes...). If
you want the web server to be up, you may need the createWebServer (I
am not sure for this though).

I don't think there is anyway to prevent dumping of scripts, backups,
datas, except the proper assigning of permissions to specific
resources as stated above.

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