Mysql stored procedures
Posted
by Richard M
on Stack Overflow
See other posts from Stack Overflow
or by Richard M
Published on 2010-06-02T00:46:08Z
Indexed on
2010/06/02
0:53 UTC
Read the original article
Hit count: 328
Hello, I have a unique issue that I need advice on.
I've been writing asp.net apps with SQL Server back ends for the past 10 years. During that time, I have also written some PHP apps, but not many.
I'm going to be porting some of my asp.net apps to PHP and have run into a bit of an issue. In the Asp.net world, it's generally understood that when accessing any databases, using views or stored procedures is the preferred way of doing so.
I've been reading some PHP/MySQL books and I'm beginning to get the impression that utilizing stored procedures in mysql is not advisable. I hesitate in using that word, advisable, but that's just the felling I get.
So, the advice I'm looking for is basically, am I right or wrong?
Do PHP developers use stored procedures at all? Or, is it something that is shunned?
Thanks in advance.
© Stack Overflow or respective owner