Version Trigger for code

95se5m

Member
Joined
Nov 29, 2004
Messages
21
Location
NE Pennsylvania
Programming Experience
3-5
Hello all, I am working on an application and am having trouble keeping track of version numbers. Here's the deal. When you use wild cards, it creates a build based on time and date, I need to keep a running numeric value. In my database I created a database trigger that whenever I change something it updates the build by 1 till it hits 999 then it sets build to 0 and updates the minor version by 1. I would love to have a similar function in my VB application. Anyonw have anything that does something similar that can be triggered by a compile or something? :confused:
 
Back
Top