Answered by:
Automatic Backup after particular time Duration.

Question
-
User492839198 posted
hi all
I am using MSACCESS as back end.
And as we can get database back up in the SQL server after particular time.
I want that kind of back up in MS ACCESS.
How can i get it..
Thanking You,
Harshad Mahant
Tuesday, November 23, 2010 1:27 PM
Answers
-
User-1199946673 posted
Can u provide me the batch file. And How can i set the Windows Shceduler.
This really has nothing to do with ASP.NET! Ask your questions somewher else, or even better, use google/binq to find the answers on the nternet....
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, November 24, 2010 2:45 AM
All replies
-
User849259894 posted
Access does not provide automated backup out of the box. There are third party components that can do the job.
One easy way is to write a batch file to copy the file from one location to another and then use the Windows Scheduler to run the batch file at regular intervals.
Remember that copying a open mdb file is going to fail and so if the database is in use then you have to think about a strategy for the backup.
Tuesday, November 23, 2010 2:19 PM -
User-1199946673 posted
Remember that copying a open mdb file is going to failReally? I copy many open mdb files every day without any problem!!!!
Tuesday, November 23, 2010 3:40 PM -
User492839198 posted
Can u provide me the batch file. And How can i set the Windows Shceduler.
Wednesday, November 24, 2010 12:26 AM -
User-1199946673 posted
Can u provide me the batch file. And How can i set the Windows Shceduler.
This really has nothing to do with ASP.NET! Ask your questions somewher else, or even better, use google/binq to find the answers on the nternet....
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, November 24, 2010 2:45 AM -
User-1675817941 posted
Hi,
this link may helps you
http://www.mvps.org/access/modules/mdl0045.htm
http://bytes.com/topic/access/answers/424790-how-create-automatic-backup
Thanks,
Wednesday, November 24, 2010 8:58 AM