Class.forName("org.h2.Driver");
this.con = DriverManager.getConnection("jdbc:h2:"+dbname, "sa", "");
con.setAutoCommit(true);
I just set it once when getting the connection.
That's it, nothing fancy.
Op dinsdag 17 april 2012 11:00:30 UTC+2 schreef Noel Grandin het volgende:
>
> What does your JDBC URL looks like?
> ie. what parameters are you using.
>
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/h2-database/-/93IGWW7-65sJ.
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.