Database templare for Change Control

T

Tony Waters

Anyone got a simple database template for keeping change
control details of software changes to an application??
 
T

TC

Tony Waters said:
Anyone got a simple database template for keeping change
control details of software changes to an application??

Make the application self-documenting. That is, have a standard format
change log in each sourcefile. Add a standard format entry to the changelog
whenever you make a change to a sourcefile. Then write some VBA to scan the
sourcefiles & display all changes, or all changes after a specified date, or
whatever. I use this approach, & it works quite well. It is conceptually
different to having a seperate db where you enter the change information. I
use the latter approach for storing bug information & enhancement ideas, but
not for storing change information.

HTH,
TC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top