<?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: Oracle PLSQL in CFQUERY</title>
	<atom:link href="http://awads.net/wp/2005/07/25/oracle-plsql-in-cfquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2005/07/25/oracle-plsql-in-cfquery/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Mon, 13 Oct 2008 05:53:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/07/25/oracle-plsql-in-cfquery/#comment-51279</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Wed, 11 Jul 2007 20:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=82#comment-51279</guid>
		<description>&lt;p&gt;Dave, I suggest you ask your question on the &lt;a href="http://fusebox.org/go/fusebox-community/forums-and-email-lists" rel="nofollow"&gt;Fusebox forums&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dave, I suggest you ask your question on the <a href="http://fusebox.org/go/fusebox-community/forums-and-email-lists" rel="nofollow">Fusebox forums</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAVE ROBERTS</title>
		<link>http://awads.net/wp/2005/07/25/oracle-plsql-in-cfquery/#comment-51278</link>
		<dc:creator>DAVE ROBERTS</dc:creator>
		<pubDate>Wed, 11 Jul 2007 20:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=82#comment-51278</guid>
		<description>&lt;p&gt;I have an application that is half Fusebox and half regular ColdFusion. When I set Session Parameters in a COldFusion Program, ad soon as I call the fuseaction the Session Paramters are lost? How do get the Fuseaction receiving program to recognize the Session parameters? THX&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have an application that is half Fusebox and half regular ColdFusion. When I set Session Parameters in a COldFusion Program, ad soon as I call the fuseaction the Session Paramters are lost? How do get the Fuseaction receiving program to recognize the Session parameters? THX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2005/07/25/oracle-plsql-in-cfquery/#comment-51073</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Fri, 29 Jun 2007 17:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=82#comment-51073</guid>
		<description>&lt;p&gt;Dave, it looks like you forgot your Caps Lock on. You may use &lt;a href="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000245.htm" rel="nofollow"&gt;cffile&lt;/a&gt; to manage interactions with &lt;em&gt;server&lt;/em&gt; files.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dave, it looks like you forgot your Caps Lock on. You may use <a href="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000245.htm" rel="nofollow">cffile</a> to manage interactions with <em>server</em> files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAVE ROBERTS</title>
		<link>http://awads.net/wp/2005/07/25/oracle-plsql-in-cfquery/#comment-51070</link>
		<dc:creator>DAVE ROBERTS</dc:creator>
		<pubDate>Fri, 29 Jun 2007 14:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=82#comment-51070</guid>
		<description>&lt;p&gt;dOES ANYONE KNOW IF THERE IS AWAY VIA COLDFUSION TO PULL A FILE FROM THE PC DRIVE (I.E. d:)AND MANIPULATE THE DATA?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dOES ANYONE KNOW IF THERE IS AWAY VIA COLDFUSION TO PULL A FILE FROM THE PC DRIVE (I.E. d:)AND MANIPULATE THE DATA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Baird</title>
		<link>http://awads.net/wp/2005/07/25/oracle-plsql-in-cfquery/#comment-50288</link>
		<dc:creator>Joe Baird</dc:creator>
		<pubDate>Tue, 09 Jan 2007 16:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=82#comment-50288</guid>
		<description>&lt;p&gt;Your post gave us a good 'workaround'.  After further investigation, we found that if the file is saved in DOS format with end-of-line as chr(13)chr(10), we get this error.  If the file is saved in UNIX format with EOL as chr(10), it works!!!!&lt;/p&gt;

&lt;p&gt;Joe&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your post gave us a good &#8216;workaround&#8217;.  After further investigation, we found that if the file is saved in DOS format with end-of-line as chr(13)chr(10), we get this error.  If the file is saved in UNIX format with EOL as chr(10), it works!!!!</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crab</title>
		<link>http://awads.net/wp/2005/07/25/oracle-plsql-in-cfquery/#comment-26089</link>
		<dc:creator>crab</dc:creator>
		<pubDate>Mon, 10 Jul 2006 10:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=82#comment-26089</guid>
		<description>&lt;p&gt;You are a genius!&lt;/p&gt;

&lt;p&gt;I tried tons of approaches:
, writing the SQL statement in one-single line, removing all indents, using space instead of tab for indent, etc.
and all failed...
but I've never think of your approach.&lt;/p&gt;

&lt;p&gt;Even the Oralce forum does not provide any solution!
You worth the praise~&lt;/p&gt;

&lt;p&gt;Thanks for saving me from days of googling~~~&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You are a genius!</p>
<p>I tried tons of approaches:<br />
, writing the SQL statement in one-single line, removing all indents, using space instead of tab for indent, etc.<br />
and all failed&#8230;<br />
but I&#8217;ve never think of your approach.</p>
<p>Even the Oralce forum does not provide any solution!<br />
You worth the praise~</p>
<p>Thanks for saving me from days of googling~~~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
