Posted by Andy Hassall on 11/12/98 11:20
On 4 Jul 2005 04:52:35 -0700, bettina@coaster.ch wrote:
>Is there a way to show in PHP automatic the date when a DB was last
>modified?
You'll have to define what a "DB" is and what constitutes a modification. The
answer, in general, is no. It might be possible for specific databases. Most of
the time you will have to add datetime fields to the data or tables or whatever
you're monitoring and update them along with the other changes in some way.
--
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
[Back to original message]
|