To use stored procs

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

To use stored procs

Post by GeXus »

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!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I would use them if I was very sure I would never change database management systems. Unfortunately, that choice is not up to me. :)
Post Reply