Microsoft Access 2007 Connection - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T11:58:08Z http://stackoverflow.com/feeds/question/1081437 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1081437/microsoft-access-2007-connection 1 Microsoft Access 2007 Connection Alan 2009-07-04T03:41:17Z 2009-07-04T21:54:28Z <p>I wrote a program that connected to a Microsoft Access 2000/2003 mdb file and accesses the data. It works fine, but I'm wondering if there is a way to connect to Access 2007? If I change my connection string, will my program work with access 2007 or is it more complicated then that? And if it will work, can someone provide an example of an Access 2007 database?</p> http://stackoverflow.com/questions/1081437/microsoft-access-2007-connection/1081451#1081451 3 Answer by Mitch Wheat for Microsoft Access 2007 Connection Mitch Wheat 2009-07-04T03:53:38Z 2009-07-04T05:33:45Z <p>You will need to download the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7554F536-8C28-4598-9B72-EF94E038C891&amp;displaylang=en" rel="nofollow">2007 Office System Driver: Data Connectivity Components</a> (doesn't require Access 2007 installed). Then changing the connection string to point to the Access 2007 database should be sufficient.</p> <p>Useful site: <a href="http://www.connectionstrings.com/" rel="nofollow">ConnectionStrings</a></p> http://stackoverflow.com/questions/1081437/microsoft-access-2007-connection/1083040#1083040 -1 Answer by David W. Fenton for Microsoft Access 2007 Connection David W. Fenton 2009-07-04T21:54:28Z 2009-07-04T21:54:28Z <p>Your question is very poorly worded. Access 2007 offers two different file format, the traditional MDB format, and the ACCDB format. If you use MDB format, then you don't need any additional drivers, as it's the same format in 2007 as in previous versions (and might be compatible back to Access 2000, since that's the default format for all versions from Access 2000 to 2003). You need the additional data connectivity components if you choose the ACCDB format. There is little reason to do so, as most of the new features of ACCDB are there in order to be compatible with Sharepoint.</p>