<?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: JDBC</title>
	<atom:link href="http://bhuvans.wordpress.com/2006/08/17/jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://bhuvans.wordpress.com/2006/08/17/jdbc/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Jun 2013 05:51:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: syed</title>
		<link>http://bhuvans.wordpress.com/2006/08/17/jdbc/#comment-2742</link>
		<dc:creator><![CDATA[syed]]></dc:creator>
		<pubDate>Mon, 13 Nov 2006 06:21:03 +0000</pubDate>
		<guid isPermaLink="false">https://bhuvans.wordpress.com/2006/08/17/jdbc/#comment-2742</guid>
		<description><![CDATA[plz mail me at rahmath.syed@gmail.com]]></description>
		<content:encoded><![CDATA[<p>plz mail me at <a href="mailto:rahmath.syed@gmail.com">rahmath.syed@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syed</title>
		<link>http://bhuvans.wordpress.com/2006/08/17/jdbc/#comment-2739</link>
		<dc:creator><![CDATA[syed]]></dc:creator>
		<pubDate>Mon, 13 Nov 2006 06:02:43 +0000</pubDate>
		<guid isPermaLink="false">https://bhuvans.wordpress.com/2006/08/17/jdbc/#comment-2739</guid>
		<description><![CDATA[can u tell me in what what situtaion i shoud go for different types of drivers and plz send with real time examples........]]></description>
		<content:encoded><![CDATA[<p>can u tell me in what what situtaion i shoud go for different types of drivers and plz send with real time examples&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satyam Jaiswal</title>
		<link>http://bhuvans.wordpress.com/2006/08/17/jdbc/#comment-534</link>
		<dc:creator><![CDATA[Satyam Jaiswal]]></dc:creator>
		<pubDate>Wed, 13 Sep 2006 10:58:10 +0000</pubDate>
		<guid isPermaLink="false">https://bhuvans.wordpress.com/2006/08/17/jdbc/#comment-534</guid>
		<description><![CDATA[I tried
 CallableStatement cs = con.prepareCall(”{call SHOW_SUPPLIERS}”);
ResultSet rs = cs.executeQuery();


got exception -prapareCall method is not being supported, when I had jdbc-odbc type driver (type 1).
but it is running well with pure jdbc driver(type 4).

can you please explain, does it matter which driver we have(type 1 or type 4) to CallableStatement]]></description>
		<content:encoded><![CDATA[<p>I tried<br />
 CallableStatement cs = con.prepareCall(”{call SHOW_SUPPLIERS}”);<br />
ResultSet rs = cs.executeQuery();</p>
<p>got exception -prapareCall method is not being supported, when I had jdbc-odbc type driver (type 1).<br />
but it is running well with pure jdbc driver(type 4).</p>
<p>can you please explain, does it matter which driver we have(type 1 or type 4) to CallableStatement</p>
]]></content:encoded>
	</item>
</channel>
</rss>
