Hello ,
I am trying to connect to the H2 2.1.214 and I want to add MV_Store= FALSE
in the
JDBC connection string .
I have created the DataSource object , then
try {
Connection conn = dataSource.getConnection()
} catch (SQLException sqle) {
log.error("Error : " + sqle);
}
jdbc:h2:file:databsePath\databseName;MV_STORE=FALSE;MODE=PostgreSQL;LOCK_TIMEOUT=1800000;MAX_COMPACT_TIME=10000
Here I am getting 'org.h2.jdbc.JdbcSQLNonTransientException: General error:
"java.lang.UnsupportedOperationException" '.
am I making any mistake in here !?
Thanks.
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/h2-database/7740c630-75a7-444c-9d59-c64b5b61a8ccn%40googlegroups.com.