473,395 Members | 1,441 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Keeping Track of Changes

Is there an easy way to keep track of which modules I've worked with day by
day. I'd like to see a log of what items I "affected" - so that when a
database goes sour I can easily see what changed from the previous version
(my feeble mind can't retain all of this, especially when a week passses
before getting back to a project).

Is there a log mechanism within Access or is there some sort of support
software someone can recommend which would help me with this?

Thanks!

Andi

Nov 12 '05 #1
9 2005
On Tue, 20 Jan 2004 14:59:30 -0500 in comp.databases.ms-access,
"DBQueen" <ir******@bellsouth.net> wrote:
Is there an easy way to keep track of which modules I've worked with day by
day. I'd like to see a log of what items I "affected" - so that when a
database goes sour I can easily see what changed from the previous version
(my feeble mind can't retain all of this, especially when a week passses
before getting back to a project).

Is there a log mechanism within Access or is there some sort of support
software someone can recommend which would help me with this?


There are many source code control programs around, e.g., StarTeam,
Perforce, Visual SourceSafe. Whichever you go for, you'll need the
Office developer edition in order to integrate with it.

--
A)bort, R)etry, I)nfluence with large hammer.
Nov 12 '05 #2
On Tue, 20 Jan 2004 22:12:58 +0000, Trevor Best <bouncer@localhost> wrote:
On Tue, 20 Jan 2004 14:59:30 -0500 in comp.databases.ms-access,
"DBQueen" <ir******@bellsouth.net> wrote:
Is there an easy way to keep track of which modules I've worked with day by
day. I'd like to see a log of what items I "affected" - so that when a
database goes sour I can easily see what changed from the previous version
(my feeble mind can't retain all of this, especially when a week passses
before getting back to a project).

Is there a log mechanism within Access or is there some sort of support
software someone can recommend which would help me with this?


There are many source code control programs around, e.g., StarTeam,
Perforce, Visual SourceSafe. Whichever you go for, you'll need the
Office developer edition in order to integrate with it.


Personally, for the projects I work on which are usually only 1 to 3
developers, generally not working with shared same files on a daily basis, I
prefer the manual source code control method.

Since hard drives are now cheap, and copying files is fast, I simply don't do
any work on any day without first making a new folder named something like
"2004-01Jan-20", and copying everything from the previous day's folder into
it, then start from there. In any odd case where I'm about to make big
changes to existing code at some point in the day, I'll stop first, and make a
new working folder like "2004-01Jan-20_2", copy the files there, and keep
going.

After I have a -lot- of these, I'll start doing random culling of folders in
the middle the project history. If I ever need something form a specific date
that I deleted, I can grab it off a backup.

It works well, it's easy to use, it's obvious to other developers who have to
work on your project, and it's free if you don't count the cost of the drive
space (which is still very cheap).
Nov 12 '05 #3
I've used this method, too, on a number of projects, and it has worked well
for me. The largest development team involved on any of those projects was 6
developers (at least one of whom was mostly involved in managing the
project, working as server DBA, and not doing much actual Access
development, and another mostly doing testing).

They had previously used a now-defunct third-party source code control app
on one of those projects before the project leader determined that it was
full of bugs, and because it put the integrity of the application itself at
risk, worse than useless. In fact, in reporting some bugs to the vendor of
the source control software, he surprised them by reading their (Access 2.0)
code to them. No, he didn't take advantage of the "famous CopyObject flaw",
they just hadn't properly secured it.

Larry Linson

Nov 12 '05 #4
"DBQueen" <ir******@bellsouth.net> wrote in message news:<5C*******************@bignews5.bellsouth.net >...
Is there an easy way to keep track of which modules I've worked with day by
day. I'd like to see a log of what items I "affected" - so that when a
database goes sour I can easily see what changed from the previous version
(my feeble mind can't retain all of this, especially when a week passses
before getting back to a project).

Is there a log mechanism within Access or is there some sort of support
software someone can recommend which would help me with this?

Thanks!

Andi


See this thread...
http://groups.google.com/groups?hl=e...ases.ms-access

Short answer - yes, if you have the right version of Access
(Developer).
Nov 12 '05 #5
fp
There are a number of source control systems out there. If you purchase the
Office Developer Version you will receive Visual Source Safe with MS Access
(the last one I have is Office XP Developer, I don't know if 2003 has the
same products). In any case, you can keep modules in any form of version
control software by exporting to the Version Control (VC) of choice and
importing into your access system.

In the end the real thing you probably want to control is components that
perform specific functions and the ability the reuse them across
applications. Any VC can do this, Visual Source Safe, PVCS, Endeavor, ENVY,
etc.

--
******************************
Fred Parker
Lynn Consulting Group, L.L.C.
http://www.lynnconsultinggroup.com
******************************
Nov 12 '05 #6
Thank you to all for your help with this. Since I am using Access2000, it
looks like I'll need to go with Total Access Detective - VSS doesn't go back
to my "archaic" version. If any of you have used it, are you generally
pleased with its functionality?...or heard any rumors to the contrary?

In general are the FMS products pretty solid? I'm thinking about purchasing
Analyzer as well.

Andi

"fp" <et****************@hotmail.com> wrote in message
news:zy*******************@nwrddc03.gnilink.net...
There are a number of source control systems out there. If you purchase the Office Developer Version you will receive Visual Source Safe with MS Access (the last one I have is Office XP Developer, I don't know if 2003 has the
same products). In any case, you can keep modules in any form of version
control software by exporting to the Version Control (VC) of choice and
importing into your access system.

In the end the real thing you probably want to control is components that
perform specific functions and the ability the reuse them across
applications. Any VC can do this, Visual Source Safe, PVCS, Endeavor, ENVY, etc.

--
******************************
Fred Parker
Lynn Consulting Group, L.L.C.
http://www.lynnconsultinggroup.com
******************************

Nov 12 '05 #7
There was a version of Visual Source Safe included in the Access 2000
Developer Edition, IIRC. You might be able to pick up a copy of A2K Dev.
Edition at one of the online auction sites.

Perhaps you mean that a more recent version of VSS doesn't handle Access
2000? That could be the case, but I was under the impression that VSS was
insensitive to the version of the products you used with it.

Larry Linson
Microsoft Access MVP

"Andi Plotsky" <ir******@bellsouth.net> wrote in message
news:ZQ****************@bignews3.bellsouth.net...
Thank you to all for your help with this. Since I am using Access2000, it
looks like I'll need to go with Total Access Detective - VSS doesn't go back to my "archaic" version. If any of you have used it, are you generally
pleased with its functionality?...or heard any rumors to the contrary?

In general are the FMS products pretty solid? I'm thinking about purchasing Analyzer as well.

Andi

"fp" <et****************@hotmail.com> wrote in message
news:zy*******************@nwrddc03.gnilink.net...
There are a number of source control systems out there. If you purchase

the
Office Developer Version you will receive Visual Source Safe with MS

Access
(the last one I have is Office XP Developer, I don't know if 2003 has the same products). In any case, you can keep modules in any form of version
control software by exporting to the Version Control (VC) of choice and
importing into your access system.

In the end the real thing you probably want to control is components that perform specific functions and the ability the reuse them across
applications. Any VC can do this, Visual Source Safe, PVCS, Endeavor,

ENVY,
etc.

--
******************************
Fred Parker
Lynn Consulting Group, L.L.C.
http://www.lynnconsultinggroup.com
******************************


Nov 12 '05 #8
According to the Microsoft website, it is available for .NET. The only
older version available from Microsoft says:

"Licensed users of Visual SourceSafe should get the Microsoft Office 97,
Developers Edition (ODE), which includes Microsoft Access 97 as well as the
integration files needed to take advantage of Visual SourceSafe."

Also, according to the Evaluator's Guide, the newest version of Access
listed is Access97. (However, this page is dated 2/2000.)

So I was concerned that it wouldn't work with Access2000.

It also mentioned that it was compatible with Win95 and WindowsNT
environments - but I have Win98 and XP running on my computers. I guess I
should check with Microsoft Sales to see if it is, in fact, compatible with
my system. I like your idea of getting an old copy of A2K Developer's
Edition - now that I'm not in school anymore and in the REAL world, I
suppose the time has come to upgrade to the REAL Developers' World :) Most
of my clients have Office2000, so I hesitate to upgrade everything and leave
them behind.

Thanks!

Andi
"Larry Linson" <bo*****@localhost.not> wrote in message
news:Pz***************@nwrddc01.gnilink.net...
There was a version of Visual Source Safe included in the Access 2000
Developer Edition, IIRC. You might be able to pick up a copy of A2K Dev.
Edition at one of the online auction sites.

Perhaps you mean that a more recent version of VSS doesn't handle Access
2000? That could be the case, but I was under the impression that VSS was
insensitive to the version of the products you used with it.

Larry Linson
Microsoft Access MVP

"Andi Plotsky" <ir******@bellsouth.net> wrote in message
news:ZQ****************@bignews3.bellsouth.net...
Thank you to all for your help with this. Since I am using Access2000, it
looks like I'll need to go with Total Access Detective - VSS doesn't go

back
to my "archaic" version. If any of you have used it, are you generally
pleased with its functionality?...or heard any rumors to the contrary?

In general are the FMS products pretty solid? I'm thinking about

purchasing
Analyzer as well.

Andi

"fp" <et****************@hotmail.com> wrote in message
news:zy*******************@nwrddc03.gnilink.net...
There are a number of source control systems out there. If you purchase
the
Office Developer Version you will receive Visual Source Safe with MS

Access
(the last one I have is Office XP Developer, I don't know if 2003 has

the same products). In any case, you can keep modules in any form of
version control software by exporting to the Version Control (VC) of choice and importing into your access system.

In the end the real thing you probably want to control is components

that perform specific functions and the ability the reuse them across
applications. Any VC can do this, Visual Source Safe, PVCS, Endeavor,

ENVY,
etc.

--
******************************
Fred Parker
Lynn Consulting Group, L.L.C.
http://www.lynnconsultinggroup.com
******************************



Nov 12 '05 #9
On Fri, 23 Jan 2004 17:43:00 -0500, "Andi Plotsky"
<ir******@bellsouth.net> wrote:
"Licensed users of Visual SourceSafe should get the Microsoft Office 97,
Developers Edition (ODE), which includes Microsoft Access 97 as well as the
integration files needed to take advantage of Visual SourceSafe."


I'm pretty sure the "integration files needed to take advantage of
Visual SourceSafe" do not include SourceSafe itself.

--
Mike Sherrill
Information Management Systems
Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: JLuppens | last post by:
Does anyone know if there is a way to track changes in a text field like word does? I am using a SQL2000 database and can use either VB.Net or Access. The field is either ntext or Varchar. I...
2
by: Sandman | last post by:
Just looking for suggestion on how to do this in my Web application. The goal is to keep track of what a user has and hasn't read and present him or her with new material I am currently doing...
7
by: BarryS | last post by:
Hi All: We're rolling out 3 DB2 (8.2 on LUW) platforms for branch offices, each of these are going to have the same schema. These are all going to be non-federated systems. I need some advice...
1
by: Joshua Russell | last post by:
I'm writing some software that opens multiple instances of a single class in new threads. I need a way of keeping track of all these class instances in some kind of collection. I'm basicaly writing...
9
by: Alfred Taylor | last post by:
I'm testing the waters of n-tier development and I ran into a scenario that I'm not sure what the best solution would be. I have a Company object which contains a collection of contacts retrieved...
5
by: Daniel Walzenbach | last post by:
Hi, I need to track all changes made to an object. Consider the following class: Public Class Dog
2
by: metaperl | last post by:
I'm actually taking Microsoft's 2779 and just finished a lab where we kept track of our changes to the database. However, I'm not happy with the scripts interface because it does not tell me the...
2
by: De_Cisse | last post by:
Hi all, I'm working on an application in which I already make some preparations to be able to work in a frontend and backend database, even if this isn't the issue a this moment. I'm using VBA...
3
by: dirksza2009 | last post by:
Hi, I've made a multi user (4 end users) database in Access 2000. I've made data tables, reference tables etc which sits on a shared drive and I've made individual front ends for the end users...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.