<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GrassField &#187; jdbc</title>
	<atom:link href="http://blog.grassfield.org/category/programming/java/jdbc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grassfield.org</link>
	<description>Classroom notes on Java SE, EE &#38; ME</description>
	<lastBuildDate>Fri, 02 Jul 2010 06:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Way to Struts 1.2 DataSource</title>
		<link>http://blog.grassfield.org/2008/11/23/way-to-struts-12-datasource/</link>
		<comments>http://blog.grassfield.org/2008/11/23/way-to-struts-12-datasource/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 20:31:03 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[datasource]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/11/23/way-to-struts-12-datasource/</guid>
		<description><![CDATA[
Today I had downloaded struts 1.2.7 and tried to write an application. (I know I am selecting a bit old.) I configured the datasource in struts. Alas. When I tried to start my server, tomcat 6.0, I got the error saying "java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource". With Googling I found struts-legacy.jar need to downloaded and copied to lib [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/11/23/way-to-struts-12-datasource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure</title>
		<link>http://blog.grassfield.org/2008/04/20/commysqljdbcexceptionsjdbc4communicationsexception-communications-link-failure/</link>
		<comments>http://blog.grassfield.org/2008/04/20/commysqljdbcexceptionsjdbc4communicationsexception-communications-link-failure/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 12:19:30 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/04/20/commysqljdbcexceptionsjdbc4communicationsexception-communications-link-failure/</guid>
		<description><![CDATA[
Today I had a new install of Mandriva 2008 linux. I wrote a java code to test the mysql connectivity. It ended with the following exception.
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Last packet sent to the server was 0 ms ago.
Alas, deeper google search gives me a solution that told about the mysql connectivity parameter in /etc/my.cnf
skip-networking
This parameter [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/04/20/commysqljdbcexceptionsjdbc4communicationsexception-communications-link-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access MS Access database from JDBC?</title>
		<link>http://blog.grassfield.org/2006/08/30/how-to-access-ms-access-database-from-jdbc/</link>
		<comments>http://blog.grassfield.org/2006/08/30/how-to-access-ms-access-database-from-jdbc/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 13:43:00 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[jdbc]]></category>
		<category><![CDATA[ms-access]]></category>

		<guid isPermaLink="false">http://grassfield.org/blog/?p=22</guid>
		<description><![CDATA[btw, I dint test it. I just post it for my reference. thanks Angsuman Chakraborty.

How to access MS Access database from JDBC?
 private static final String accessDBURLPrefix = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=";   private static final String accessDBURLSuffix = ";DriverID=22;READONLY=false}";   // Initialize the JdbcOdbc Bridge Driver   static { try { [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2006/08/30/how-to-access-ms-access-database-from-jdbc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
