Link to home
Start Free TrialLog in
Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on

Java dbBackup


hello there,

can i take backup from my java appliction.i mean i want to be have a feature in my java apliction where users can take backup of the db at the end of the day without using db.can somebody give me some suggestion how to do this.
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Which db are you using?
Avatar of Zolf

ASKER


sql server 2005
You should probably consider using Java Runtime.exec to run whatever command line tools are available for backup
Avatar of Zolf

ASKER


can you please give me some web link or code example
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
:-)