the main reason I might suggest NOT to do this is a data integrity one.
As long as someone can go in through a mysql prompt and touch data, PHP
or ASP will do you no good. 

Data integrity checks should, in so far as possible, always be put into
the schema, and not in an API. 

just my two cents ....

 
Primaria Falticeni wrote:
> 
> Why don't you use PHP or ASP functions on the server-side in Web page code.
> They act like a trigger and you don't need MySQL 5.0 for them. Remember that
> you can benefit from the both servers: MySQL and Web server.
> 
> ----- Original Message -----
> From: "Kerry Colligan" <[EMAIL PROTECTED]>
> To: <>
> Sent: Tuesday, June 17, 2003 9:10 PM
> Subject: Triggers
> 
> > I see that 5.x will support triggers. Does anyone have any advice for
> > implementation of triggers on the DB? I will need to be able to utilize
> them
> > from web applications AND from command-line type interface. Any
> suggestions
> > welcome at this point. (RH 7.3, MySQL 3.23.56 presently)
> >
> > Thanks
> >
> > --
> > Kerry
> >
> >
> >
> > --
> > MySQL General Mailing List
> > For list archives: http://lists.mysql.com/mysql
> > To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]
> 
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

-- 
Jeff Mathis, Ph.D.                      505-955-1434
The Prediction Company                  [EMAIL PROTECTED]
525 Camino de los Marquez, Ste 6        http://www.predict.com
Santa Fe, NM 87505

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to