<?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/"
	
	>
<channel>
	<title>
	Comments on: Essential guide to the Ruby driver for DB2	</title>
	<atom:link href="https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Thu, 26 Mar 2020 22:02:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Aman		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-29821</link>

		<dc:creator><![CDATA[Aman]]></dc:creator>
		<pubDate>Thu, 26 Mar 2020 22:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-29821</guid>

					<description><![CDATA[I am getting error

An attempt to connect to the database server failed because of a licensing problem

Can anyone please help in this. I am using mac machine to connect to as400 using ruby code.]]></description>
			<content:encoded><![CDATA[<p>I am getting error</p>
<p>An attempt to connect to the database server failed because of a licensing problem</p>
<p>Can anyone please help in this. I am using mac machine to connect to as400 using ruby code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-6880</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Fri, 31 Jul 2009 12:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-6880</guid>

					<description><![CDATA[Good catch, Jeff. Thanks. It&#039;s fixed now.]]></description>
			<content:encoded><![CDATA[<p>Good catch, Jeff. Thanks. It&#8217;s fixed now.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeff		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-6878</link>

		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-6878</guid>

					<description><![CDATA[Antonio,

Thanks for the examples, they are quite useful.

In the drop column example above you drop the column twice.  The second exec should be passed the reorg sql.]]></description>
			<content:encoded><![CDATA[<p>Antonio,</p>
<p>Thanks for the examples, they are quite useful.</p>
<p>In the drop column example above you drop the column twice.  The second exec should be passed the reorg sql.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: express reorg		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-4108</link>

		<dc:creator><![CDATA[express reorg]]></dc:creator>
		<pubDate>Fri, 25 Jul 2008 14:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-4108</guid>

					<description><![CDATA[[...] in mind that this document is not meant to be thorough (use the API reference for this purpose).https://programmingzen.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/developerWorks : Information Management : IBM DB2 Express Forum : REORG ...Get involved in the [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] in mind that this document is not meant to be thorough (use the API reference for this purpose).<a href="https://programmingzen.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/developerWorks" rel="ugc">https://programmingzen.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/developerWorks</a> : Information Management : IBM DB2 Express Forum : REORG &#8230;Get involved in the [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frank		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-3932</link>

		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Wed, 11 Jun 2008 12:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-3932</guid>

					<description><![CDATA[Thank you for putting this site together.]]></description>
			<content:encoded><![CDATA[<p>Thank you for putting this site together.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michele		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-2689</link>

		<dc:creator><![CDATA[Michele]]></dc:creator>
		<pubDate>Thu, 06 Mar 2008 17:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-2689</guid>

					<description><![CDATA[I Gerardo, do you remember:
http://www.ruby-forum.com/topic/123595#642637

My problem is updgrade the db2connet. 
What is &quot;Agente&quot; that prevent me to upgrade?

Thank&#039;s Michele.

(P.S. sorry for my bad english)]]></description>
			<content:encoded><![CDATA[<p>I Gerardo, do you remember:<br />
<a href="http://www.ruby-forum.com/topic/123595#642637" rel="nofollow ugc">http://www.ruby-forum.com/topic/123595#642637</a></p>
<p>My problem is updgrade the db2connet.<br />
What is &#8220;Agente&#8221; that prevent me to upgrade?</p>
<p>Thank&#8217;s Michele.</p>
<p>(P.S. sorry for my bad english)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: METS Standard with IBM DB2 Express C using XForms as user-interface and Ruby on Rails as a Rest Web-services &#171; .$null@dscape/08		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-2569</link>

		<dc:creator><![CDATA[METS Standard with IBM DB2 Express C using XForms as user-interface and Ruby on Rails as a Rest Web-services &#171; .$null@dscape/08]]></dc:creator>
		<pubDate>Tue, 26 Feb 2008 03:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-2569</guid>

					<description><![CDATA[[...] Ruby and DB2 Guide [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Ruby and DB2 Guide [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gerardo Santana		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-2488</link>

		<dc:creator><![CDATA[Gerardo Santana]]></dc:creator>
		<pubDate>Fri, 08 Feb 2008 20:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-2488</guid>

					<description><![CDATA[For Nathan, may I suggest you to read this:

http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization

it may change your opinion about blocks.

Sometimes getting the job done is not as good as getting the job done in a secure way.]]></description>
			<content:encoded><![CDATA[<p>For Nathan, may I suggest you to read this:</p>
<p><a href="http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization" rel="nofollow ugc">http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization</a></p>
<p>it may change your opinion about blocks.</p>
<p>Sometimes getting the job done is not as good as getting the job done in a secure way.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-2487</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Fri, 08 Feb 2008 20:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-2487</guid>

					<description><![CDATA[No problem Gerardo, and thanks for stopping by and commenting. :)

In associating me with the ibm_db driver you are not far off. I initially developed the adapter for Rails using the ibm_db driver and I&#039;m active in promoting and supporting DB2 and Ruby/Rails, since I&#039;m part of the IBM DB2 team. Searching for ibm_db, you&#039;ll find my name all over the place. :-P However it is a different team that develops the driver from Sam Ruby&#039;s initial contribution. The same team also takes care of the Python driver and is currently maintaining the ActiveRecord adapter.]]></description>
			<content:encoded><![CDATA[<p>No problem Gerardo, and thanks for stopping by and commenting. 🙂</p>
<p>In associating me with the ibm_db driver you are not far off. I initially developed the adapter for Rails using the ibm_db driver and I&#8217;m active in promoting and supporting DB2 and Ruby/Rails, since I&#8217;m part of the IBM DB2 team. Searching for ibm_db, you&#8217;ll find my name all over the place. 😛 However it is a different team that develops the driver from Sam Ruby&#8217;s initial contribution. The same team also takes care of the Python driver and is currently maintaining the ActiveRecord adapter.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gerardo Santana		</title>
		<link>https://programmingzen.com/essential-guide-to-the-ruby-driver-for-db2/#comment-2486</link>

		<dc:creator><![CDATA[Gerardo Santana]]></dc:creator>
		<pubDate>Fri, 08 Feb 2008 19:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2008/02/08/essential-guide-to-the-ruby-driver-for-db2/#comment-2486</guid>

					<description><![CDATA[My bad Antonio, somehow I got you and rubyibm (or ibm_db) linked together in my mind.

It&#039;s sad that PHP&#039;s interface was taken, since it&#039;s ugly. But beauty is in the eye of the beholder, or so they say.

Thanks for this article. I didn&#039;t know how IBM&#039;s driver looked like.

I&#039;m glad there&#039;s an alternative for Informix users.]]></description>
			<content:encoded><![CDATA[<p>My bad Antonio, somehow I got you and rubyibm (or ibm_db) linked together in my mind.</p>
<p>It&#8217;s sad that PHP&#8217;s interface was taken, since it&#8217;s ugly. But beauty is in the eye of the beholder, or so they say.</p>
<p>Thanks for this article. I didn&#8217;t know how IBM&#8217;s driver looked like.</p>
<p>I&#8217;m glad there&#8217;s an alternative for Informix users.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
