in reply to Log changes in a database (DBI)
If you were not using MySQL, using database triggers would be a possible approach. I think that MySQL has triggers, starting with 5.0, but I've never used them.
For SQLite (and SQL triggers, in general), there is this post for example.
Updated in response to tinitas comment.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Log changes in a database (DBI)
by tinita (Parson) on May 03, 2011 at 13:39 UTC | |
by Corion (Patriarch) on May 03, 2011 at 13:40 UTC |