<?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 Excel and Access Files using .Net on a 64-bit Server</title>
	<atom:link href="http://ellisweb.net/2010/01/connecting-to-excel-and-access-files-using-net-on-a-64-bit-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://ellisweb.net/2010/01/connecting-to-excel-and-access-files-using-net-on-a-64-bit-server/</link>
	<description>Thoughts, Articles &#38; Links on Programming &#38; Technology by Yaakov Ellis</description>
	<lastBuildDate>Tue, 31 Aug 2010 09:10:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: raymond</title>
		<link>http://ellisweb.net/2010/01/connecting-to-excel-and-access-files-using-net-on-a-64-bit-server/comment-page-1/#comment-165732</link>
		<dc:creator>raymond</dc:creator>
		<pubDate>Thu, 12 Aug 2010 18:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=436#comment-165732</guid>
		<description>Hi, i did follow the step  and it worked fine;My only worry is that when i published the site on the production server the reference to the driver are not fount ;Is here anyways that i can add reference to the driver so that it can work on the production server.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, i did follow the step  and it worked fine;My only worry is that when i published the site on the production server the reference to the driver are not fount ;Is here anyways that i can add reference to the driver so that it can work on the production server.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://ellisweb.net/2010/01/connecting-to-excel-and-access-files-using-net-on-a-64-bit-server/comment-page-1/#comment-161039</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Mon, 01 Mar 2010 18:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=436#comment-161039</guid>
		<description>I&#039;m using the new 64bit Office 2010 drivers with provider name Microsoft.ACE.OLEDB.12.0.

Ritesh Note there is a problem with the provider name Microsoft.ACE.OLEDB.14.0 is not registered but if you use Microsoft.ACE.OLEDB.12.0 it works.

Anyhow, it all works ok for a while reading CSV files and excel sheets etc ok but then throws a &quot;The provider reported an unexpected catestrophic failure&quot;

My environment is 64-bit Windows 7 running VM Workstation, with a 64-bit Windows 7 guest running SQL Server 2008 64 Bit.  Essentially I&#039;m running the following which works... occasionally getting the failure above

 select top 50 * FROM OPENROWSET(&#039;Microsoft.ACE.OLEDB.12.0&#039;,&#039;Text;Database=c:\temp\captell;HDR=Yes&#039;, &#039;SELECT * FROM [DASDGIGS0013046591395.TXT]&#039;)

I&#039;ve also tried this on Windows server 2003 64bit with SQL Server 2008 64 bit and get the same error.

Has anyone else had this problem?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the new 64bit Office 2010 drivers with provider name Microsoft.ACE.OLEDB.12.0.</p>
<p>Ritesh Note there is a problem with the provider name Microsoft.ACE.OLEDB.14.0 is not registered but if you use Microsoft.ACE.OLEDB.12.0 it works.</p>
<p>Anyhow, it all works ok for a while reading CSV files and excel sheets etc ok but then throws a &#8220;The provider reported an unexpected catestrophic failure&#8221;</p>
<p>My environment is 64-bit Windows 7 running VM Workstation, with a 64-bit Windows 7 guest running SQL Server 2008 64 Bit.  Essentially I&#8217;m running the following which works&#8230; occasionally getting the failure above</p>
<p> select top 50 * FROM OPENROWSET(&#8216;Microsoft.ACE.OLEDB.12.0&#8242;,&#8217;Text;Database=c:\temp\captell;HDR=Yes&#8217;, &#8216;SELECT * FROM [DASDGIGS0013046591395.TXT]&#8216;)</p>
<p>I&#8217;ve also tried this on Windows server 2003 64bit with SQL Server 2008 64 bit and get the same error.</p>
<p>Has anyone else had this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritesh</title>
		<link>http://ellisweb.net/2010/01/connecting-to-excel-and-access-files-using-net-on-a-64-bit-server/comment-page-1/#comment-160754</link>
		<dc:creator>Ritesh</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=436#comment-160754</guid>
		<description>It works for my local XP box but it still doesnt work for my Win Server 2003 Standard Edition box where we test our application. I am getting this error - &quot;The &#039;Microsoft.ACE.OLEDB.14.0&#039; provider is not registered on the local machine.&quot;

I installed x86 version of the driver downloaded from http://www.microsoft.com/downloads/details.aspx?familyid=C06B8369-60DD-4B64-A44B-84B371EDE16D&amp;displaylang=en

I would appreaciate any input on this.</description>
		<content:encoded><![CDATA[<p>It works for my local XP box but it still doesnt work for my Win Server 2003 Standard Edition box where we test our application. I am getting this error &#8211; &#8220;The &#8216;Microsoft.ACE.OLEDB.14.0&#8242; provider is not registered on the local machine.&#8221;</p>
<p>I installed x86 version of the driver downloaded from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=C06B8369-60DD-4B64-A44B-84B371EDE16D&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?familyid=C06B8369-60DD-4B64-A44B-84B371EDE16D&amp;displaylang=en</a></p>
<p>I would appreaciate any input on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivn</title>
		<link>http://ellisweb.net/2010/01/connecting-to-excel-and-access-files-using-net-on-a-64-bit-server/comment-page-1/#comment-160707</link>
		<dc:creator>Ivn</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=436#comment-160707</guid>
		<description>howto get it work from visual studio 2010?</description>
		<content:encoded><![CDATA[<p>howto get it work from visual studio 2010?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://ellisweb.net/2010/01/connecting-to-excel-and-access-files-using-net-on-a-64-bit-server/comment-page-1/#comment-160684</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://ellisweb.net/?p=436#comment-160684</guid>
		<description>I&#039;ll try this out when i get the chance</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try this out when i get the chance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
