<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Data Access and ObjectDataSource Control</title><link>http://forums.asp.net/23.aspx</link><description>Questions and discussions related to using ADO.NET for data access, and the ObjectDataSource control. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=9&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Connect to Excel. Using x64 (64-bit) platform. Compiled as x64.</title><link>http://forums.asp.net/thread/2382261.aspx</link><pubDate>Tue, 27 May 2008 08:45:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2382261</guid><dc:creator>KBJensen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2382261.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=2382261</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Download link: 64-Bit OLEDB Provider for ODBC (MSDASQL)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=000364db-5e8b-44a8-b9be-ca44d18b059b&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=000364db-5e8b-44a8-b9be-ca44d18b059b&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;/ Klaus Bjørn Jensen&lt;/p&gt;</description></item><item><title>Re: Connect to Excel. Using x64 (64-bit) platform. Compiled as x64.</title><link>http://forums.asp.net/thread/2363112.aspx</link><pubDate>Fri, 16 May 2008 19:29:28 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2363112</guid><dc:creator>sapnam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2363112.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=2363112</wfw:commentRss><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;i am using windows server 2008.&amp;nbsp;I read that 64bit oledb drivers are now available.&lt;/p&gt;
&lt;p&gt;Where can i download them from.I checked the ODBC panel of my server 2008, there are no drivers there.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Any help would be highly appreciated.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sapna&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Connect to Excel. Using x64 (64-bit) platform. Compiled as x64.</title><link>http://forums.asp.net/thread/1781961.aspx</link><pubDate>Mon, 02 Jul 2007 03:55:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1781961</guid><dc:creator>Kevin Yu - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1781961.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1781961</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Since there are no 64-bit OleDb drivers for anything other than SQL Server, therefore, we cannot write 64-bit apps which interface with databases directly.&lt;/p&gt;
&lt;p&gt;What you need to do is split your application into a 32 bit part and a 64 bit part, use COM interop to cross the 64/32 bit boundary. For instance, drop the code (just a simple class library compiled as 32 bit) that retrieves the Excel data into a COM+ (System.EnterpriseServices) as a &amp;quot;server type&amp;quot; application, and call that server methods from your 64 bit Windows service. This is exactly why System.EnterpriseServices are made for.&lt;/p&gt;
&lt;p&gt;There is already request sent to the product group to ask for 64-bit JET provider for x64 OS. You can check the following link for more information.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=125117"&gt;https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=125117&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If this does not answer your question, please feel free to mark the post as Not Answered and reply. Thank you!&lt;/p&gt;</description></item><item><title>Connect to Excel. Using x64 (64-bit) platform. Compiled as x64.</title><link>http://forums.asp.net/thread/1780918.aspx</link><pubDate>Sat, 30 Jun 2007 15:31:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1780918</guid><dc:creator>WebMaster Mark</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1780918.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=23&amp;PostID=1780918</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Has anybody susessfully connected to Excel from an&amp;nbsp;ASP.NET&amp;nbsp;Website that is running on X64 platform?&lt;/p&gt;
&lt;p&gt;The only solution I have found is to convert my website to a Web Apllication Project and&amp;nbsp;then complie the application as a 32-bit&amp;nbsp;application.&lt;/p&gt;
&lt;p&gt;This is only a very small part of a much larger application so I do not want to complie the whole thing as a 32 bit application.&lt;/p&gt;
&lt;p&gt;If&amp;nbsp;anybody has susessfully connected to Excel from an&amp;nbsp;ASP.NET&amp;nbsp;Website that is running on X64 platform,&amp;nbsp;please can you tell me how you did it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks,&lt;/p&gt;
&lt;p&gt;Mark.&lt;/p&gt;</description></item></channel></rss>