MySQL Forums
Forum List  »  Triggers

Re: Show Triggers ?
Posted by: Andrew Gilfrin
Date: April 05, 2005 09:11AM

There has been much fan fare with the release of 5.x and it's support for Stored Procedures and Triggers. The problem is that in this area MySQL has some difficult acts to follow in procedural extensions such as PL/SQL and T-SQL.

In my opinion MySQL have concentrated too much on supporting ANSI standard, in the case of SQL thats fine as the standard is good enough but with regard to ANSI Procedural Extensions its fairly limited. This isn't helped but the limitations in Functions and Triggers with regards to not being able to access tables.

The problem is that the things that make PL/SQL and T-SQL great for programming is the additional features which are outside the ANSI standard. By restricting themselves to the standard I think MySQL have missed an opportunity.

In fairness it's an early release for such functionality but thats not consolation to people who are waiting to use it.

Don't get me wrong I'm not saying they are a wate of time but, the very people MySQL have included procedural extensions for (current Database Developers) will be a little disappointed with the early release, this may only further reinforce any view they have of MySQL.

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
6202
April 04, 2005 04:13PM
4612
April 05, 2005 12:14AM
2803
April 05, 2005 08:25AM
2736
April 05, 2005 08:31AM
Re: Show Triggers ?
2296
April 05, 2005 09:11AM
2805
April 05, 2005 10:15AM
2679
June 26, 2005 11:27PM
2506
August 01, 2005 06:30AM
4135
August 01, 2005 07:41AM
2568
August 02, 2005 03:22AM
2627
August 02, 2005 11:04PM
3064
August 02, 2005 03:41AM
2666
August 02, 2005 04:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.