Make Backup of Data(Ms Access database) from Java Desktop Application [closed]
Want to improve this question? Update the qu开发者_JAVA技巧estion so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this questionI am making an inventory system. I need to make backup of database file which is ms access database file. I need to make backup frequently so that data could be preserved. Please give me some information on how will I make backup and also guide me to where to store it as backup file. Thanks in anticipation.
Backing up an Access databse is just making a copy of its .mdb file (and I suggest you store more than one copy - for example 10 last copies). Usual filesystem functions should work. As to where store the backups... it's up to you. How would we know?
Click Microsoft office button -> Manage-> Back Up Database -> Enter backup database name in File Dialog -> Save
http://databases.about.com/od/tutorials/ht/backup_access.htm
精彩评论