Hi, El 04/09/10 03:47, Thomas Mueller escribió: > > Thanks! It sounds like this should be supported in H2 as well. > > As an alternative to a DataSource property, what about detecting > ;AUTOCOMMIT=TRUE in the database URL (well, not in the database URL, but > after opening the connection).
I think that READONLY, AUTOCOMMIT and ISOLATION LEVEL (and probably others) are setting that any applications must to setup always to assure the proper conditions before start. In web-apps is common and best practice access databases via DataSources with connection pooling , so no matter if using URL properties or another way, there must be a way. regards Dario. -- 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.
