I create the connection like this:
String connectionURL = "jdbc:h2:" + getAbsolutePath() +
";AUTOCOMMIT=ON;IGNORECASE=TRUE;QUERY_CACHE_SIZE=30";
Class.forName("org.h2.Driver").newInstance();
Properties props = new Properties();
props.setProperty("USER", "xxx");
props.setProperty("PASSWORD", "xxx");
conn = DriverManager.getConnection(connectionURL, props);
On Wednesday, March 9, 2016 at 8:19:08 PM UTC+2, Noel Grandin wrote:
>
> What does your H2 DB URL look like?
>
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.