It should work, but I haven't tried it myself.
I get this: (in /console)
H2 Console
Sorry, remote connections ('webAllowOthers') are disabled on this server.
i know how to add "-webAllowOthers" in command line, how can I add it to the code?
i guess it should be in web/ConsoleServlet
thank you!
Enabled remote access to the console in this commit.
By the way, why are you not using standard Microsoft tools? H2 console only really makes sense for H2 database because it doesn't allow simultaneous access from two different processes.
Its working! Great, thank you very much :)
I will check Microsoft standard tools, didn't think about it...
How i can use preferences and tools in console? When I am clicking it the page asks Administration pass, which pass need insert into the form?
hey!
I use the Microsoft DB, and I wonder if it is possible to use the web.console with it.
when I used H2 DB, web.console worked great.
Thank you