MySQL Stored Procedures problems and use practices
|
|
|
|
| Articles Reviews Mysql | |
| Written by Adi Bach | |
| Sunday, 17 June 2007 | |
|
To be honest I’m not a big fan of Stored Procedures, At least not in the form they are currently implemented in MySQL 5.0 Only SQL as a Language Which is ancient ugly for algorithmic
programming and slow. It is also forces you to use a lot of foreign
constructs to “original” MySQL style - to process data via cursors,
handle error via Handlers etc. If you spent last 10 years writing
Stored Procedures for Oracle or DB2 it may be cool and convenient for
you, but not for me . Powered by jReviews |
|
| Last Updated ( Thursday, 17 January 2008 ) | |
| < Prev | Next > |
|---|







