Jump to content

MySql Stored Proceedures


nadeemshafi9

Recommended Posts

Probably one of the best aspects of MySQL procedures is the ability to move all the common database abstraction done in php (or whatever language) back to the more appropriate location of MySQL.  So instead of a php file that contains a common function to return account details, the same function can be defined in a procedure and used simply in php or any other language base.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.