On 1 Nov 2011, at 11:44am, Stander, Bertus (Pretoria) wrote:

> That is one aspect. I also want to use minimal triggers to identify
> certain abnormalities and perform certain processes. This I want to keep
> Central and not writing triggers for all 1200 tables. So key to a
> solution I was thinking of is to store table names and field names in a
> central table and then reference those tables and those fields
> identified as problem areas during the capture process. 

You will not be able to get SQLite to run triggers stored in tables 
automatically.  And any database which includes 1200 tables will probably work 
slowly and take up a lot of storage space.

I'm not sure you properly understand the SQL terms 'table' and 'row'.  It may 
be that the best thing you can do now is read a beginner's book about SQL just 
so you understand how it works.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to