<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for C4</title>
	<atom:link href="http://cfour.fishbowlsolutions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://cfour.fishbowlsolutions.com</link>
	<description>Content, Context, Collaboration &#38; Community</description>
	<lastBuildDate>Mon, 30 Aug 2010 04:30:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on How To&#8230; Install and Configure Oracle ECM Suite by Home</title>
		<link>http://cfour.fishbowlsolutions.com/2010/06/23/how-to-install-and-configure-oracle-ecm-suite/#comment-699</link>
		<dc:creator>Home</dc:creator>
		<pubDate>Mon, 30 Aug 2010 04:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://cfour.fishbowlsolutions.com/?p=706#comment-699</guid>
		<description>-- Management involves, for some it?Can do nothing, That is sad.Life insurance claims, with bathroom hardware.Feel uncomfortable taking Home, to persuade Harper investments each month.Know what, in literature as.,</description>
		<content:encoded><![CDATA[<p>&#8211; Management involves, for some it?Can do nothing, That is sad.Life insurance claims, with bathroom hardware.Feel uncomfortable taking Home, to persuade Harper investments each month.Know what, in literature as.,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Adding an external database AJAX lookup to a UCM checkin form by Andres</title>
		<link>http://cfour.fishbowlsolutions.com/2010/05/28/how-to-adding-an-external-database-lookup-to-a-ucm-checkin-form/#comment-660</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Mon, 23 Aug 2010 18:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://cfour.fishbowlsolutions.com/?p=544#comment-660</guid>
		<description>Andy, 

Insert works great. Thanks. 

Another question, 

how to execute a procedure/function ?


Thanks

Andres</description>
		<content:encoded><![CDATA[<p>Andy, </p>
<p>Insert works great. Thanks. </p>
<p>Another question, </p>
<p>how to execute a procedure/function ?</p>
<p>Thanks</p>
<p>Andres</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Adding an external database AJAX lookup to a UCM checkin form by Andres</title>
		<link>http://cfour.fishbowlsolutions.com/2010/05/28/how-to-adding-an-external-database-lookup-to-a-ucm-checkin-form/#comment-634</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Tue, 17 Aug 2010 16:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://cfour.fishbowlsolutions.com/?p=544#comment-634</guid>
		<description>Andy, 

thanks for the quick response.  I will test and let you know if I need additional help.

Andres</description>
		<content:encoded><![CDATA[<p>Andy, </p>
<p>thanks for the quick response.  I will test and let you know if I need additional help.</p>
<p>Andres</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Adding an external database AJAX lookup to a UCM checkin form by Andy Weaver</title>
		<link>http://cfour.fishbowlsolutions.com/2010/05/28/how-to-adding-an-external-database-lookup-to-a-ucm-checkin-form/#comment-633</link>
		<dc:creator>Andy Weaver</dc:creator>
		<pubDate>Tue, 17 Aug 2010 13:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://cfour.fishbowlsolutions.com/?p=544#comment-633</guid>
		<description>Hey Andres,

Doing an insert is just as easy as doing a query.  Add a new query to your query resource file and call it something like &quot;ItempData&quot;.  Write the query as a standard SQL INSERT statement.

Once you have that you can add another method to the ServiceHandler that will handle the insert.  The main difference is that we are no longer returning a resultset and the call to do an insert is ws.execute(&quot;ItempData&quot;, m_binder); instead of ws.createResultSet().

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hey Andres,</p>
<p>Doing an insert is just as easy as doing a query.  Add a new query to your query resource file and call it something like &#8220;ItempData&#8221;.  Write the query as a standard SQL INSERT statement.</p>
<p>Once you have that you can add another method to the ServiceHandler that will handle the insert.  The main difference is that we are no longer returning a resultset and the call to do an insert is ws.execute(&#8220;ItempData&#8221;, m_binder); instead of ws.createResultSet().</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Adding an external database AJAX lookup to a UCM checkin form by Andres</title>
		<link>http://cfour.fishbowlsolutions.com/2010/05/28/how-to-adding-an-external-database-lookup-to-a-ucm-checkin-form/#comment-630</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Mon, 16 Aug 2010 21:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://cfour.fishbowlsolutions.com/?p=544#comment-630</guid>
		<description>Hi, 

nice tutorial. I got it working. 

The query in the lookup works great and I can get information into my checkin page, but I need to execute also an Insert into a temp database table. How can I implement it?

Thanks for any idea.

Andres</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>nice tutorial. I got it working. </p>
<p>The query in the lookup works great and I can get information into my checkin page, but I need to execute also an Insert into a temp database table. How can I implement it?</p>
<p>Thanks for any idea.</p>
<p>Andres</p>
]]></content:encoded>
	</item>
</channel>
</rss>
