Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Connection connection;
  2. connection = DriverManager.getConnection( "jdbc:derby:myDb" ); //connection to the Database with the data from 2017-04-05
  3. connection.close();
  4. connection = DriverManager.getConnection( "jdbc:derby:myDb;restoreFrom=/backup/2017-04-04/myDb" )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement