I am using the most current version of h2 and I can create a backup via java
and restore data,
I would like to know if I can restore a backup only with the option to update
existing tables and columns is possible?
I'm using this command in java
PreparedStatement statement = conn.prepareStatement ("RUNSCRIPT FROM?");
statement.setString (1, file1);
statement.execute ();
statement.close ();
to restore, what would it be like to update the fields?
--
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/7b563811-b0c0-44da-a8c8-1ff7456aec22%40googlegroups.com.