<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Blog Entries tagged 'DB2 Development'</title>
		<description>Blog Entries tagged 'DB2 Development'</description>
		<link>http://mhubel.com</link>
		<lastBuildDate>Mon, 06 Sep 2010 21:07:23 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>DB2 Stored Procedures versus Functions </title>
			<link>http://mhubel.com/index.php/db2-blog/DB2-Stored-Procedures-versus-Functions-.html</link>
			<description>I provided a sample procedure written using SQL/PL earlier to check if a string contained only numbers. This is a common validation for input strings. &lt;p&gt;SQL UDFs cannot contain any commands that are outside the scope of the SQL reference. DB2 will take an SQL UDF and stick it directly into the calling SQL, so that when it's executed it's indistinguishable from the&lt;br /&gt;rest of the SQL statement, as far as DB2 is concerned.&lt;/p&gt;&lt;p&gt;On the other hand, an SQL Procedure is a separate entity that cont [...]</description>
			<author>martin@mhubel.com</author>
			<pubDate>Thu, 10 Jul 2008 00:00:00 +0100</pubDate>
		<category>gravityisthelaw</category>
 <category>DB2 Stored Procedures</category>
 <category>DB2 LUW</category>
 <category>DB2 Functions</category>
 <category>DB2 Development</category>
		</item>
	</channel>
</rss>