[h2] java embedded h2 questions

2015-01-31 Thread Peter Cheung
Hi I use java the start connect to h2 using jdbc. Because all threads in java are in one single process. So I can connect to the H2 concurrently. But before my jave program stop, i can't connect to h2 using console, because it is in separate process. thanks from Peter (cmk...@hotmail.com) --

Re: [h2] java embedded h2 questions

2015-03-09 Thread Thomas Mueller
Hi, You would need to use the server mode, or the automatic mixed mode. Regards, Thomas On Saturday, January 31, 2015, Peter Cheung wrote: > Hi > I use java the start connect to h2 using jdbc. Because all threads in > java are in one single process. So I can connect to the H2 concurrently.

Re: [h2] java embedded h2 questions

2015-03-26 Thread wener
What is automatic mixed mode ? any document ? 在 2015年3月10日星期二 UTC+8上午1:15:00,Thomas Mueller写道: > > Hi, > > You would need to use the server mode, or the automatic mixed mode. > > Regards, > Thomas > > > On Saturday, January 31, 2015, Peter Cheung > wrote: > >> Hi >> I use java the start conne

Re: [h2] java embedded h2 questions

2015-03-26 Thread Thomas Mueller
> What is automatic mixed mode ? any document ? Yes, it is documented. See the documentation at http://h2database.com/, then type "automatic mixed mode" in the search box. Regards, Thomas On Thu, Mar 26, 2015 at 10:51 AM, wener wrote: > What is automatic mixed mode ? any document ? > > 在 20

Re: [h2] java embedded h2 questions

2015-03-29 Thread wener
Thanks, Thomas. 在 2015年3月26日星期四 UTC+8下午7:30:46,Thomas Mueller写道: > > > What is automatic mixed mode ? any document ? > > Yes, it is documented. See the documentation at http://h2database.com/, > then type "automatic mixed mode" in the search box. > > Regards, > Thomas > > > On Thu, Mar 26, 2015