>
> That is correct. There is as far as I know no way in a MySQL trigger to 
> neither to do operations on the table the trigger belongs to (obviously 
> except the row that the trigger is operating on through the NEW variables) 
> nor reject an insert, update, or delete.
>

thanks jesper.

~viraj

> It is of course possible to do a workaround in a stored procedure and use 
> permissions to ensure that the normal users cannot update the table directly. 
> I don't know whether that will be an acceptable solution in your case though.
>
> Jesper
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/mysql?unsub=kali...@gmail.com
>
>

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to