java database backup and restore
Posted
by jawath
on Stack Overflow
See other posts from Stack Overflow
or by jawath
Published on 2010-04-06T03:32:57Z
Indexed on
2010/04/06
8:13 UTC
Read the original article
Hit count: 153
How do I backup / restore any kind of databases inside my java application to flate files.Are there any tools framework available to backup database to flat file like CSV, XML, or secure encrypted file, or restore from csv or xml files to databases, it should be also capable of dumping table vise restore and backup also.
© Stack Overflow or respective owner