Re: Any technique to incrementally saving as code is developed?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"ramblinwreck" <ramblinwreck@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote

I'm looking for some wisdom on a technique
or method that lets me keep track of incremental
saves to a database as I write code to automate
database functions.

I may be lazier than some, and want to strictly minimize the catch-up typing
I have to do, or it may be just that I have more free disk space than some.
I make a backup copy of databases on which I am "in-progress" whenever I
make a change significant enough that I don't want to re-type it if it
crashes Access. That means, in an average full day of development, I may
save ten copies of the database... I usually create a new (sub-)folder with
the current time and date for a title, and copy the database into that
folder.

Looking for anything you all have done or
currently do in order to keep
track of revisions to your database.

I use a "versioning" technique to let the user's front ends determine if
they need to be replaced. You'll find some information on the topic at
http://accdevel.tripod.com, if I remember correctly.

Larry Linson
Microsoft Access MVP


.



Relevant Pages

  • RE: Importing data from excel spreadsheets
    ... Dave Hargis, Microsoft Access MVP ... The correct configuration is to have the back end database (contains only ... it spits back a formatted sheet ... their own copy of the database, and get a piece of the formatted spreadsheet, ...
    (microsoft.public.access.externaldata)
  • Re: AllowBypassKey
    ... Dim db as Database ... Doug Steele, Microsoft Access MVP ... Dim prop As DAO.Property ...
    (microsoft.public.access.security)
  • Re: Probs accessing database for users of newly developed Superuse
    ... "Joan Wild" wrote: ... Microsoft Access MVP ... but the SuperUsers cannot get into it. ... ' Minimize the database window and initialize the form. ...
    (microsoft.public.access.security)
  • RE: closing or minimizing access
    ... Dave Hargis, Microsoft Access MVP ... "Rob" wrote: ... verify the data before it closes and if data is missing, cancel the undo. ... Also, I don't want to prevent the database from closing entirely, I just ...
    (microsoft.public.access.formscoding)
  • Re: ISAM error when trying to create tablelink
    ... So I can change to a different access database or I can change to a ... tabledef is deleted the ISAM error occurs as the new tabledef is appended. ... Doug Steele, Microsoft Access MVP ... Dim rs As New ADODB.Recordset ...
    (microsoft.public.access.modulesdaovba)