Hi Friends...
I have a question..
Assume that, I have 2 databases (MySQL database server).. first database is used for Transactional database (for handling daily transactions).. both of them uses Hibernate..
And second database is used for backuping data (for historical data)..
And how to backuping the data in First database to Second database?..
do i have to use Distributed Transaction or not?..
And how to backuping it automatically by using Hibernate..
Assume that i want to backuping data every night at 12 o'clock pm..
Thanks in advance..