I am considering migrating a database from Sql Server 2005 to MySQL.
I'm used to using the SQL Server TRY / CATCH block in stored procedures.
Does MySQL have something similar, or will I be forced to return to my old school "check the error return after each statement and release the" goto if failed "programming style?
mysql
Eric H.
source share