Hi, in my java app i want to set up a complete derby database, but after i set the properties (e.g. sqlAuthorization) i have to reboot the server to grant rights with the SQL command "GRANT".
Why can't you set the properties *before* you start up the server and create the database? That seems like it would be simpler. thanks, bryan
