This topic is locked

Tracking db

5/4/2007 6:22:18 PM
PHPRunner General questions
V
vytb author

Hi everyone,
Could you give me an idea about the principle of creation a tracking db. The idea is in the framework of 'total quality control' to create a db including recording the presence, username and datatime of a given procedure.
For example, three procedures are to be executed. Two transfer points between them have to be monitored (presence/absence, executor (user), data/time, maybe the place).
From the simple point of view, the object (a sample, for example) is recorded in the mastertable. Each transfer point between procedures is considered as a detail table with the use of user name, now(), etc.
However, may somebody have an experience in such a db to find more complete or more elegant solution?

Sergey Kornilov admin 5/5/2007

Description is vague a bit.
If you plan to implement this project in PHPRunner you can use Events to write some data to tracking table/database.