On 09/11/2010 12:03, PetitPo wrote:
  Hi,

Do you have to start H2 Console every time you start working in a
database using OOBase as frontend?


No, unless you are using a client server model. In which case, you should probably use the auto mixed mode feature.

Most probably, you would rather be using the embedded mode for local databases and OOBase, in which case it would be advisable NOT to open the database through the web console before opening it with OOBase. The first open connection will have an exclusive lock on the DB. Just connect to it using the embedded mode from OOBase and off you go.

The web console is just another tool for connecting to and accessing data from the database, like OOBase. It can be used, like OOBase, to connect to all sorts of JDBC databases. There is no requirement for the web console to be running before connecting to a H2 database.

I also wonder: When you use the H2 Console it starts a Mozilla
Firefox. Does it matter which version of Mozilla it is?

No, it shouldn't matter. H2 will try open with your default browser if possible, otherwise try some popular browser names and try open the URL with those browsers.

Cheers,
Jesse

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