开发者

Make Backup of Data(Ms Access database) from Java Desktop Application [closed]

开发者 https://www.devze.com 2023-03-24 23:41 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the qu开发者_JAVA技巧estion so it focuses on one problem only by
Closed. This question needs to be more focused. It is not currently accepting answers.

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 question

I 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

0

精彩评论

暂无评论...
验证码 换一张
取 消