RE: Re: [SQL] how to know when a table is altered

2000-06-07 Thread Vincenzo Passoli
he } -->use the cache Probably this solution must be used when is logical to be used. bye, valter >From: Ed Loehr <[EMAIL PROTECTED]> >To: Vincenzo Passoli <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: [SQL] how to know when a table is altered >Date: Wed, 07 J

[SQL] how to know when a table is altered

2000-06-07 Thread Vincenzo Passoli
i'm developing a framework (mod_perl+apache) that reads the db-schema and explode html forms. now i read the schema and cache it into perl-hashes to speedup things. my problem is to recognise when a table is altered so that the framework can update the related forms connected to the db tables.