<?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 on: simple oracle connection in C# (Oracle 10g &amp; XE)</title>
	<atom:link href="http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/feed/" rel="self" type="application/rss+xml" />
	<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/</link>
	<description>If you wanna make a world a better place, take a look at your self and then make a change</description>
	<lastBuildDate>Fri, 30 Oct 2009 09:09:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Allan</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-61</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-61</guid>
		<description>How to close an oracle connection using diferences forms?</description>
		<content:encoded><![CDATA[<p>How to close an oracle connection using diferences forms?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sabbi</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-60</link>
		<dc:creator>sabbi</dc:creator>
		<pubDate>Sun, 14 Jun 2009 20:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-60</guid>
		<description>thanks Oliver...code was very helpful n conn issue was resloved easily....thanks Mehshan for telling me about it:)</description>
		<content:encoded><![CDATA[<p>thanks Oliver&#8230;code was very helpful n conn issue was resloved easily&#8230;.thanks Mehshan for telling me about it:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neha</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-53</link>
		<dc:creator>neha</dc:creator>
		<pubDate>Thu, 05 Feb 2009 06:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-53</guid>
		<description>how to physically add following components to a c# project :
1.oConnection
2.oDataAdapter
3.oCommand
4.reader
plz help we r stuck...</description>
		<content:encoded><![CDATA[<p>how to physically add following components to a c# project :<br />
1.oConnection<br />
2.oDataAdapter<br />
3.oCommand<br />
4.reader<br />
plz help we r stuck&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-52</link>
		<dc:creator>Anish</dc:creator>
		<pubDate>Mon, 19 Jan 2009 04:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-52</guid>
		<description>itz realy very good and helpin code....</description>
		<content:encoded><![CDATA[<p>itz realy very good and helpin code&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliver indra prodinger</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-38</link>
		<dc:creator>oliver indra prodinger</dc:creator>
		<pubDate>Tue, 08 Apr 2008 07:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-38</guid>
		<description>//to Fikzy

I never used BLOBs in Oracle before, but I have experience using Image datatype in SQL Server 2005.
The very first thing you have to do is convert the Image type into byte[] type, you can google it for better explanation. Finally, you can insert this byte[] variable to your database. That&#039;s it, all set !! Goodluck !</description>
		<content:encoded><![CDATA[<p>//to Fikzy</p>
<p>I never used BLOBs in Oracle before, but I have experience using Image datatype in SQL Server 2005.<br />
The very first thing you have to do is convert the Image type into byte[] type, you can google it for better explanation. Finally, you can insert this byte[] variable to your database. That&#8217;s it, all set !! Goodluck !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fikzy</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-37</link>
		<dc:creator>Fikzy</dc:creator>
		<pubDate>Mon, 07 Apr 2008 07:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-37</guid>
		<description>Nice Code. I need to connect to an oracle10g server on my network using C# and retrieve BLOBs [Photos] then save them to a file. how do i go about it? I have to retrieve about 600,000 photos and save them to file.
The table in the oracle database is called EMPRecords. it has the following fields; EMPID, FirstName, SurName, Photo

I want to save the images with the EMPID

Thanks.</description>
		<content:encoded><![CDATA[<p>Nice Code. I need to connect to an oracle10g server on my network using C# and retrieve BLOBs [Photos] then save them to a file. how do i go about it? I have to retrieve about 600,000 photos and save them to file.<br />
The table in the oracle database is called EMPRecords. it has the following fields; EMPID, FirstName, SurName, Photo</p>
<p>I want to save the images with the EMPID</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliver indra prodinger</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-36</link>
		<dc:creator>oliver indra prodinger</dc:creator>
		<pubDate>Fri, 21 Mar 2008 12:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-36</guid>
		<description>//to Aaron

hei,, take it easy man.. course I knew it..
I think I forgot that one, by the way, this post is for dummies after all... lets just say, &quot;connection works, they&#039;ll happy&quot; 
peace :)</description>
		<content:encoded><![CDATA[<p>//to Aaron</p>
<p>hei,, take it easy man.. course I knew it..<br />
I think I forgot that one, by the way, this post is for dummies after all&#8230; lets just say, &#8220;connection works, they&#8217;ll happy&#8221;<br />
peace <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-34</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 19 Mar 2008 18:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-34</guid>
		<description>This is really great. I have always created SQL Server 2000/2005 DB connections and I would not have known that they are very similar to Oracle connections. Created a connection and executed query in no time and works perfectly. Now I can created an Oracle class for my library. One question though, wouldn&#039;t you want to also dispose the connection or at least close it so resources are not sitting out there? 
Thank You.</description>
		<content:encoded><![CDATA[<p>This is really great. I have always created SQL Server 2000/2005 DB connections and I would not have known that they are very similar to Oracle connections. Created a connection and executed query in no time and works perfectly. Now I can created an Oracle class for my library. One question though, wouldn&#8217;t you want to also dispose the connection or at least close it so resources are not sitting out there?<br />
Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliver indra prodinger</title>
		<link>http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-30</link>
		<dc:creator>oliver indra prodinger</dc:creator>
		<pubDate>Tue, 04 Mar 2008 07:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://oliverprodinger.wordpress.com/2007/08/18/simple-oracle-connection-in-c-oracle-10g-xe/#comment-30</guid>
		<description>please put a comment if this post is helpful ..

thanx</description>
		<content:encoded><![CDATA[<p>please put a comment if this post is helpful ..</p>
<p>thanx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
