Can these tow settings work together? I mean with
AUTO_SERVER=TRUE;MVCC=TRUE?

I am also wondering the default setting for MULTI_THREAD since it says
in the manual that I should not use MVCC with MULTI_THREAD.

If you have a list of default settings when creating a database that
would be very helpful. (Maybe I havent look much on the guides/
tutorials).

I am also wondering about database properties if they are overwritten/
overridden when I create a new connection to it. For example I create
the database using jdbc:h2:test;AUTO_COMMIT=TRUE;MVCC=TRUE and then I
create a new connection to it using
jdbc:h2:test;AUTO_COMMIT=FALSE;MVCC=FALSE. Does it override the
settings of the database or the settings/properties specified in a
connection are just valid for that connection? What happens if I dont
specify AUTO_COMMIT and MVCC on a new connection? Does it inherit the
properties from the last connection?

Of course, in the case of the username and password that can not be
change using that right? It is set at the creation of the database.

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