Results 1 to 2 of 2
  1. #1
    GrnMtn7 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Oct 2011
    Posts
    1

    Real Time Incremental Back Up


    What are the inherent dangers of using an administrator linked database that houses mutliple make table queries (to the backup database) which are called by forms on timer intervals. I want to be able to back up my database hourly without having to boot people out constantly, and came up with the above solution. I am a bit concerned there is some lurking evil i have not thought of.

  2. #2
    Toyman is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Posts
    233
    Quote Originally Posted by GrnMtn7 View Post
    What are the inherent dangers of using an administrator linked database that houses mutliple make table queries (to the backup database) which are called by forms on timer intervals. I want to be able to back up my database hourly without having to boot people out constantly, and came up with the above solution. I am a bit concerned there is some lurking evil i have not thought of.
    We have an operation form that is opened all the time. In it is a timer to refresh the page and to do a back up every ten minutes. The code copies the backend file and paste it into a remote server. We have been using this for several months and it seems to be working fine. The only thing is to write a line of code to check if the backend is still in good working order before copying it. We had one incident where the backend had become currupted and the code copied it as the backup. When we found the curruption in the backend, we tried to use the backup and found it was also currupted.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Blueprint for SQL data to excel in real time.
    By greggue in forum Programming
    Replies: 1
    Last Post: 12-21-2010, 12:39 PM
  2. real time clock
    By krai in forum Access
    Replies: 1
    Last Post: 05-13-2010, 05:11 AM
  3. Data management and real time data
    By fsmikwen in forum Import/Export Data
    Replies: 1
    Last Post: 03-11-2010, 10:44 PM
  4. Real time database question
    By joet5402 in forum Forms
    Replies: 7
    Last Post: 04-01-2009, 09:00 PM
  5. Update a combo box in real time
    By protean_being in forum Forms
    Replies: 0
    Last Post: 05-17-2008, 07:39 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums