<?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: Connecting to 32 bit / 64 bit data sources from Tomcat (Java).</title>
	<atom:link href="http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Fri, 09 Jul 2010 15:43:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: dileep</title>
		<link>http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comment-433</link>
		<dc:creator>dileep</dc:creator>
		<pubDate>Wed, 10 Feb 2010 08:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comment-433</guid>
		<description>dileep said,

i am using windows 7  64 bit operation system in my laptop. And my desktop is also windows 7 32 bit operation system.Iam a hardware engineer.two systems cross connenting 32 bit os lo data 64 bit os sent very good.but data is not sent for 64 bit os to 32 bit os.but data is not sent for 64 bit os to 32 bit os.please tell me this problem.

Thank You...</description>
		<content:encoded><![CDATA[<p>dileep said,</p>
<p>i am using windows 7  64 bit operation system in my laptop. And my desktop is also windows 7 32 bit operation system.Iam a hardware engineer.two systems cross connenting 32 bit os lo data 64 bit os sent very good.but data is not sent for 64 bit os to 32 bit os.but data is not sent for 64 bit os to 32 bit os.please tell me this problem.</p>
<p>Thank You&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elena</title>
		<link>http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comment-423</link>
		<dc:creator>Elena</dc:creator>
		<pubDate>Wed, 16 Dec 2009 11:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comment-423</guid>
		<description>Thanks a million Joshua, I found your post very very useful.</description>
		<content:encoded><![CDATA[<p>Thanks a million Joshua, I found your post very very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comment-275</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Thu, 26 Mar 2009 20:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comment-275</guid>
		<description>Rekha,
  You need to ensure that that you have a data source defined for the JVM your JSP/Tomcat is invoking.  

Note that Vista has *two* OBDC managers one for 32bit connections another for 64 bit.

Sun provides *two* JDKs as well, 32bit and 64bit.  If your running a 32bit JVM your java app will only &#039;see&#039; the 32bit data sources.  If your running a 64bit JVM your java app will only see the 64bit data sources.

If it helps, type java -version at a command propt.  Assuming the java on your system PATH is what your using to invoke your &#039;working&#039; java app - this (java -version) will let you know *which* JVM has access to the data source :)

i.e.
(64 bit JVM)
java version &quot;1.6.0_10&quot;
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode)

or

(32bit JVM)
java version &quot;1.6.0_12&quot;
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)</description>
		<content:encoded><![CDATA[<p>Rekha,<br />
  You need to ensure that that you have a data source defined for the JVM your JSP/Tomcat is invoking.  </p>
<p>Note that Vista has *two* OBDC managers one for 32bit connections another for 64 bit.</p>
<p>Sun provides *two* JDKs as well, 32bit and 64bit.  If your running a 32bit JVM your java app will only &#8216;see&#8217; the 32bit data sources.  If your running a 64bit JVM your java app will only see the 64bit data sources.</p>
<p>If it helps, type java -version at a command propt.  Assuming the java on your system PATH is what your using to invoke your &#8216;working&#8217; java app &#8211; this (java -version) will let you know *which* JVM has access to the data source <img src='http://www.joshuaostrom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>i.e.<br />
(64 bit JVM)<br />
java version &#8220;1.6.0_10&#8243;<br />
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)<br />
Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode)</p>
<p>or</p>
<p>(32bit JVM)<br />
java version &#8220;1.6.0_12&#8243;<br />
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)<br />
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rekha</title>
		<link>http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comment-273</link>
		<dc:creator>rekha</dc:creator>
		<pubDate>Thu, 26 Mar 2009 04:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comment-273</guid>
		<description>I am using Access 2003 and Jdk6.
The same error occurs in my system when I tried to connect Access using JSP and Tomcat. But when I use java, it get connected. 

What I should do ? Please help me</description>
		<content:encoded><![CDATA[<p>I am using Access 2003 and Jdk6.<br />
The same error occurs in my system when I tried to connect Access using JSP and Tomcat. But when I use java, it get connected. </p>
<p>What I should do ? Please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
