Store all action in a "Event" table

jessiang

Member
Joined
Jun 6, 2006
Messages
8
Programming Experience
Beginner
i want to store all the action eg: add new,edit,delete the data into the "event" table.because every table have it different columns,but i want to event table to store all the details of difference table's columns in one event table.can anyone help me to how to start this?thanks
 
What database are you using?

ps; Logging everything will kill performance a little, and you end up with volumes of data that are nearly meaningless
 
Back
Top