473,387 Members | 1,561 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,387 software developers and data experts.

Auditing db to see what is unused

Hello,

I've been charged with maintaining and updating an Access db that was
created by a non-programmer who basically pulled pieces out of a
similar project willy-nilly in order to get something up-and-running;
there are modules, forms, tables, and macros that I cannot find any
reference to (they seem to be orphans).

Does anyone have code to iterate through the project looking for orphan
objects, or recommendations on how to locate them without having to
check the datasource of each control on every form, relationship
between forms, function calls, etc..? That would be a monumental task,
and I have been instructed to not begin from scratch.

Thank you kindly,

Robert Waters

Sep 23 '06 #1
5 1120
On 23 Sep 2006 14:31:52 -0700, ro***********@gmail.com wrote:

FMS Inc has such a program, if I'm not mistaken it's Total Access
Detective.

-Tom.
>Hello,

I've been charged with maintaining and updating an Access db that was
created by a non-programmer who basically pulled pieces out of a
similar project willy-nilly in order to get something up-and-running;
there are modules, forms, tables, and macros that I cannot find any
reference to (they seem to be orphans).

Does anyone have code to iterate through the project looking for orphan
objects, or recommendations on how to locate them without having to
check the datasource of each control on every form, relationship
between forms, function calls, etc..? That would be a monumental task,
and I have been instructed to not begin from scratch.

Thank you kindly,

Robert Waters
Sep 23 '06 #2

Tom van Stiphout wrote:
On 23 Sep 2006 14:31:52 -0700, ro***********@gmail.com wrote:

FMS Inc has such a program, if I'm not mistaken it's Total Access
Detective.

-Tom.
Thank you very much, Tom. I am guessing there wouldn't be anything
open source/freeware for this.

Sep 23 '06 #3
On 23 Sep 2006 15:13:35 -0700, ro***********@gmail.com wrote:
>
Tom van Stiphout wrote:
>On 23 Sep 2006 14:31:52 -0700, ro***********@gmail.com wrote:

FMS Inc has such a program, if I'm not mistaken it's Total Access
Detective.

-Tom.

Thank you very much, Tom. I am guessing there wouldn't be anything
open source/freeware for this.
A registered version of Find & Replace (www.rickworld.com) will do it. (The free
version has this feature disabled)
It is not free, but very cheap. ($20US from memory)

Wayne Gillespie
Gosford NSW Australia
Sep 23 '06 #4
If you suspect some objects to be orphaned, you can change their names (make
sure name autocorrect is turned off, which is always a good idea.) to
something like frmCustomersDelete, then run the app and see if anything
complains. Depending on the complexity of your app, it may take a while to
make sure you hit everything, though, so this is kind of a crude method.
Another commercial product is Speed Ferret by Black Moshannon Systems, which
can search your entire database (code, properties, everything) for some
string and also do global replaces. It works really well. I think the
program Tom was thinking of is actually Total Access Analyzer, which I
haven't used.

<ro***********@gmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
>
Tom van Stiphout wrote:
>On 23 Sep 2006 14:31:52 -0700, ro***********@gmail.com wrote:

FMS Inc has such a program, if I'm not mistaken it's Total Access
Detective.

-Tom.

Thank you very much, Tom. I am guessing there wouldn't be anything
open source/freeware for this.

Sep 23 '06 #5
If you're really stuck, I have a db wich analyses such things as what tables
are used in queries, what the queries are used for, where subforms are used
etc.
Let me know if it would be of any help

Phil

<ro***********@gmail.comwrote in message
news:11*********************@m7g2000cwm.googlegrou ps.com...
Hello,

I've been charged with maintaining and updating an Access db that was
created by a non-programmer who basically pulled pieces out of a
similar project willy-nilly in order to get something up-and-running;
there are modules, forms, tables, and macros that I cannot find any
reference to (they seem to be orphans).

Does anyone have code to iterate through the project looking for orphan
objects, or recommendations on how to locate them without having to
check the datasource of each control on every form, relationship
between forms, function calls, etc..? That would be a monumental task,
and I have been instructed to not begin from scratch.

Thank you kindly,

Robert Waters

Sep 25 '06 #6

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

Similar topics

1
by: cxw0106 | last post by:
Is there any way to implement File Auditing in .NET? Thanks.
0
by: William F. O'Neill | last post by:
The gentleman at my company who is responsible for the DB(SQL Server 2000) told me today that he wants to clean out all the unused tables from the DB, and asked if I had any suggestions on how to...
10
by: Paulo Jan | last post by:
Hi all: Let's say I'm designing a database (Postgres 7.3) with a list of all email accounts in a certain server: CREATE TABLE emails ( clienteid INT4, direccion VARCHAR(512) PRIMARY KEY,...
0
by: RdR | last post by:
Is it true that DB2 will have an auditing tool to be used for auditing requirements such as Sarbanes-Oxley, etc? Something called Websphere Compliance Auditing? Rumours have it that IBM has a new...
11
by: Michael B Allen | last post by:
Is there a standard method for supressing warnings regarding unused parameters? I have a function that might be called hundreds of thousands of times that looks like this: const void *...
4
by: Ed Rauscher | last post by:
Does ayone know what Class is used to enable Registry Auditing? Any help would be great.
14
by: Jonas | last post by:
Hi! I'm developing the middletiers of an ASP.NET application in VB.NET. I've got a business logic layer in which I would like to perform auditing to a database. Instead of making an auditing...
12
by: zacks | last post by:
Suddenly, in a VB2005 project I am working on, several variables show up in the list of warnings are being unused local variables. But they all are. Several of them are the ex variable used in a...
6
by: Rico | last post by:
Hello, I'm creating an audit table and associated triggers to be able to capture any updates and deletes from various tables in the database. I know how to capture the records that have been...
0
by: dba | last post by:
Hi folks, I would just like to share with you SQL CodeSecure, a newly released database protection and auditing tool from SqlLabs: SQL CodeSecure provides ultimate protection from unauthorized...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.