Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
GeXus
Forum Regular
Posts: 631 Joined: Sat Mar 11, 2006 8:59 am
Post
by GeXus » Tue Feb 27, 2007 8:54 pm
Do you guys recommend using stored procedures with mysql? I know several ms sql developers who always use stored procs, but don't know too many mysql guys who use them.
Would be interested to hear your feedback.
Thanks!
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Feb 27, 2007 9:34 pm
I would use them if I was very sure I would never change database management systems. Unfortunately, that choice is not up to me.