using web.console with microsoft DB

Galant8 years ago

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

Anton Tananaev8 years ago

It should work, but I haven't tried it myself.

Galant8 years ago

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!

Anton Tananaev8 years ago

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.

Galant8 years ago

Its working! Great, thank you very much :)

I will check Microsoft standard tools, didn't think about it...

acme4 years ago

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?