Page is a not externally linkable
- Code, Content, and Presentation
-- Databases
---- Table Design for Users - One table for each or single table?


brotherhood_of_LAN - 12:31 am on Oct 11, 2012 (gmt 0)


You're welcome.

Use of procedures is encouraged as it means less traffic between the client and the database, mainly that the CALL function is a lot more compact than sending queries that could end up being kilobytes in size. They're also quite strict about the variables you pass in and out of them so there's less scope for errors.

I've been using them more of late as they're useful for separating a lot of SQL out of your scripting language.


Thread source:: http://www.webmasterworld.com/databases_sql_mysql/4505569.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com