<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Is it safe to use stored procedures in MySQL or on other RDBMSs?</title> <atom:link href="http://www.findistore.com/is-it-safe-to-use-stored-procedures-in-mysql-or-on-other-rdbmss/feed" rel="self" type="application/rss+xml" /><link>http://www.findistore.com/is-it-safe-to-use-stored-procedures-in-mysql-or-on-other-rdbmss</link> <description>We are Professional Web Designer. We specialize in Website Design &#38; eCommerce Web Services</description> <lastBuildDate>Wed, 12 Oct 2011 00:03:14 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: arbpen</title><link>http://www.findistore.com/is-it-safe-to-use-stored-procedures-in-mysql-or-on-other-rdbmss/comment-page-1#comment-4361</link> <dc:creator>arbpen</dc:creator> <pubDate>Sun, 28 Jun 2009 20:49:34 +0000</pubDate> <guid
isPermaLink="false">http://www.findistore.com/is-it-safe-to-use-stored-procedures-in-mysql-or-on-other-rdbmss#comment-4361</guid> <description>Stored procedures did not come to MySQL until version 5.  The progamming language is also important.  PHP needs mysqli to run stored procedures.  ASP/ADO can run stored procedures without a hitch.
As far as safety, you are much better off using a stored procedure when preventing SQL injection.  Your other option is to use parameterized queries - you will have to check the documentation on whatever programming language you are using to find out how to do that.
The only &quot;risk&quot; I can see is in the naming conventions.  Don&#039;t prefix your stored procedures with sp_ .  MS SQL names all its internal stored procedures that way, and IIRC, MySQL does, too.</description> <content:encoded><![CDATA[<p>Stored procedures did not come to MySQL until version 5.  The progamming language is also important.  PHP needs mysqli to run stored procedures.  ASP/ADO can run stored procedures without a hitch.</p><p>As far as safety, you are much better off using a stored procedure when preventing SQL injection.  Your other option is to use parameterized queries &#8211; you will have to check the documentation on whatever programming language you are using to find out how to do that.</p><p>The only &quot;risk&quot; I can see is in the naming conventions.  Don&#39;t prefix your stored procedures with sp_ .  MS SQL names all its internal stored procedures that way, and IIRC, MySQL does, too.</p> ]]></content:encoded> </item> </channel> </rss>
