What you are asking for is not supported at this time. It's on my
short-term todo list (meaning,
I hope to have it in the next release after 1.8.0 prod).
You can create as many users with ADMIN option as you wish (equivalent
to GRANTing DBA
role in 1.8.0), you can make as many schemas as you wi
Hi,
I ‘m developing a multiple-users application that use
hsql embedded.
My purpose is for each user in my system, they must have
different table space in hsql.
But the newly created user can’t create any new table.
How to make them able to create their own table?
Thanks.