Results 1 to 2 of 2

Thread: Design Pointers/suggestions ???

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Location
    Portland, OR.
    Posts
    226

    Question

    Hi there

    I'm looking for Design Pointers/suggestions NOT code !

    I have been assigned to develop an App that would maintain 600+ staff daily log.
    This Org. Operates on 3 shifts a day/ 7 days a week/ 365 days a year.
    After doing some testing, by the end of the year, my MDB would be around 10+ MB.
    AND here is the Q:

    How would I handle Monthly/Yearly (Back up/Archiving) since restoring would overwrite the original data ?


    Thanx.

  2. #2
    Fanatic Member Gary.Lowe's Avatar
    Join Date
    May 2000
    Location
    In my sphere of influence
    Posts
    621

    Talking Hope This Helps

    Lyla

    I help in the creation of a similar system that recorded staff information, work the member of staff had done and how long it took them.

    Due to there being a lot of staff in the office the database got quite full.

    To remedy this this the archiveing method used so as not to overwrite the old data was to backup the database as e.g

    The database would check to see if it was the 1st to the 5th of the month (to allow for weekends and such). I would then work out twhat the previous month was and current year.

    I would then create a string Jul00.mdb and use this as the name of the backed up database.

    Gary Lowe
    VB6 (Enterprise) SP5
    ADO 2.6
    SQL Server 7 SP3

    OK I know my spelling and grammer is crap so don't quote me on it!

    To err is human to take the P! is only natural !!

    Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width