<?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"
	>
<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>
	<pubDate>Thu, 28 Aug 2008 19:44:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/08/25/coldfusion-to-oracle-via-a-boolean/#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>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'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.

You're right, SQL cannot handle boolean because boolean is not a native SQL datatype; boolean is a PL/SQL datatype.</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-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>Just curious, how often do you use the boolean datatype?  When I have attempted to use it, I'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.</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-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>I tested it with `cf_sql_bit` as well. Still gave me the same error "...wrong number or types of arguments...".

Looking at [this documentation page](http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000317.htm), I found nothing to suggest that there is an equivalent to Oracle's `boolean` data type in ColdFusion. But, looks like there is for Informix and MSSQL.</description>
		<content:encoded><![CDATA[<p>I tested it with `cf_sql_bit` as well. Still gave me the same error &#8220;&#8230;wrong number or types of arguments&#8230;&#8221;.</p>
<p>Looking at [this documentation page](http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000317.htm), I found nothing to suggest that there is an equivalent to Oracle&#8217;s `boolean` 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-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>cf\_sql\_bit</description>
		<content:encoded><![CDATA[<p>cf\_sql\_bit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
