Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Base Maintenance

Status
Not open for further replies.

jaggar

Programmer
Jan 23, 2003
21
US
Can any one tell me how they keep track of their updated objects? Is there a way to print out of what objects has been updated? Thanks
 
I have a database of Change Requests. For every change that I make I record what was there before the change, what I've changed it to and why I made the change. I also record the version number where this change was shipped. If the change involves program code then I'll add a comment cross-referencing back to the Change Request.

As an example, I've just shipped version 03.11.026 for test incorporating changes up to #000257:

"Add txtComments to frmShopSales and append that text as a new line in the [Despatch note] memo field."

It's tedious but I do it because I know it will save me time later. Especially when I the client changes their mind and I have to undo the change a month later.

Geoff Franklin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top