<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: ColdFusion to Oracle via a Boolean</title>
	<atom:link href="http://awads.net/wp/2005/08/25/coldfusion-to-oracle-via-a-boolean/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2005/08/25/coldfusion-to-oracle-via-a-boolean/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<lastBuildDate>Thu, 17 Jun 2010 03:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/08/25/coldfusion-to-oracle-via-a-boolean/comment-page-1/#comment-123</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Fri, 26 Aug 2005 03:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=120#comment-123</guid>
		<description>&lt;p&gt;In a PL/SQL block, whenever a variable may have one of two values like true or false, yes or no, 0 or 1, it is only logical to declare the variable as a boolean, and that&#039;s when I use boolean. However, I do not remember using boolean as the datatype of IN, OUT or INOUT parameters of any of my procedures or functions.&lt;/p&gt;

&lt;p&gt;You&#039;re right, SQL cannot handle boolean because boolean is not a native SQL datatype; boolean is a PL/SQL datatype.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In a PL/SQL block, whenever a variable may have one of two values like true or false, yes or no, 0 or 1, it is only logical to declare the variable as a boolean, and that&#8217;s when I use boolean. However, I do not remember using boolean as the datatype of IN, OUT or INOUT parameters of any of my procedures or functions.</p>

<p>You&#8217;re right, SQL cannot handle boolean because boolean is not a native SQL datatype; boolean is a PL/SQL datatype.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Justis Durkee</title>
		<link>http://awads.net/wp/2005/08/25/coldfusion-to-oracle-via-a-boolean/comment-page-1/#comment-122</link>
		<dc:creator>Justis Durkee</dc:creator>
		<pubDate>Fri, 26 Aug 2005 02:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=120#comment-122</guid>
		<description>&lt;p&gt;Just curious, how often do you use the boolean datatype?  When I have attempted to use it, I&#039;ve always had to revert to a varchar2 flag, because it could not be handled in SQL, in the case of functions, or the application language did not support booleans.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just curious, how often do you use the boolean datatype?  When I have attempted to use it, I&#8217;ve always had to revert to a varchar2 flag, because it could not be handled in SQL, in the case of functions, or the application language did not support booleans.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/08/25/coldfusion-to-oracle-via-a-boolean/comment-page-1/#comment-121</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Thu, 25 Aug 2005 17:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=120#comment-121</guid>
		<description>&lt;p&gt;I tested it with &lt;code&gt;cf_sql_bit&lt;/code&gt; as well. Still gave me the same error &quot;...wrong number or types of arguments...&quot;.&lt;/p&gt;

&lt;p&gt;Looking at &lt;a href=&quot;http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000317.htm&quot;&gt;this documentation page&lt;/a&gt;, I found nothing to suggest that there is an equivalent to Oracle&#039;s &lt;code&gt;boolean&lt;/code&gt; data type in ColdFusion. But, looks like there is for Informix and MSSQL.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tested it with <code>cf_sql_bit</code> as well. Still gave me the same error &#8220;&#8230;wrong number or types of arguments&#8230;&#8221;.</p>

<p>Looking at <a href="http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000317.htm">this documentation page</a>, I found nothing to suggest that there is an equivalent to Oracle&#8217;s <code>boolean</code> data type in ColdFusion. But, looks like there is for Informix and MSSQL.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan F. Hogan</title>
		<link>http://awads.net/wp/2005/08/25/coldfusion-to-oracle-via-a-boolean/comment-page-1/#comment-120</link>
		<dc:creator>Bryan F. Hogan</dc:creator>
		<pubDate>Thu, 25 Aug 2005 17:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=120#comment-120</guid>
		<description>&lt;p&gt;cf&#095;sql&#095;bit&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>cf&#95;sql&#95;bit</p>]]></content:encoded>
	</item>
</channel>
</rss>
