Debugging MySQL Stored Procedures – Dr. Dobb’s Journal

posted in: Java Code


Debugging MySQL Stored Procedures
Dr. Dobb's Journal, CA
... come to mind), but there are a handful of general reasons to write code in a stored procedure: The logic being implemented might be database logic and so a database language is closer to the problem domain than a general purpose language like Java. ...

This entry was posted on June 22, 2009 at 9:17 am and is filed under Java Code. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.