<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - ACE data provider</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - ACE data provider</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 06:39:01 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 06:39:01 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>1</c9:totalResults>
	<c9:pageCount>-1</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - ACE data provider</title>
		<description><![CDATA[<p>For accessing data with JET, we used to fill the provider with &quot;Microsoft.JET.OLEDB.4.0&quot;, and it works great on all WinXP machines.</p><p>With newer version of Windows, Microsoft decided to kill JET on 64-bit side and refuse to port it there. Instead, they tell us to use the new ACE engine.</p><p>That's fine. But now the provider string has changed to &quot;Microsoft.ACE.OLEDB.{MSOffice version}&quot;. For example, if you have Access 2007 installed, it would be &quot;12.0&quot;. For Access 2010, that would be &quot;14.0&quot;. And I still can't find what to specify for Access 2013 (I presume it's &quot;15.0&quot;, but who knows?)</p><p>Is there anyway we can define static connectionstring for all versions without having to probe what version of ACE is installed, so that we only have to try&nbsp;connection twice (once for JET, the other for ACE)?</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/ACE-data-provider/a7e60297f477433a9db8a101009ae894#a7e60297f477433a9db8a101009ae894</link>
		<pubDate>Tue, 06 Nov 2012 09:24:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/ACE-data-provider/a7e60297f477433a9db8a101009ae894#a7e60297f477433a9db8a101009ae894</guid>
		<dc:creator>cheong</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cheong/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>