Triggers are evil incarnate, and notoriously har to debug. Skip triggers
entirely and use a stored procedure to do everything you need the
trigger to do (again, when SP's are available :\ )

greg


> -----Original Message-----
> From: Carsten Gehling [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 19, 2002 12:18 AM
> To: sreedhar; mysql
> Subject: Re: How can i acheive 'Triggers' in MySQL
> 
> 
> From: "sreedhar" <[EMAIL PROTECTED]>
> Sent: Saturday, February 16, 2002 6:03 AM
> 
> 
> > How can i acheive 'Triggers' in MySQL. or equivalent to 'Triggers'.
> 
> By sitting tight and waiting, just like the rest of us :-)
> 
> http://www.mysql.com/doc/N/u/Nutshell_4.1_development_release.html
> 
> - Carsten
> 
> 
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail 
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 
> 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to