I'll be specific here... my database is designed in Access 2007 with an .accdb
extension.... I deployed my application where Office 2003 is installed.. I know the simple thing would be to just install Office 2007 on the machine. But is there any other way that can be done with??? I mean manipulating connection parameters like???
@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=..\\DBControl.accdb;Jet OLEDB:Database Password=password";
This is my connection parameter....... if I use 4.0 version, will Excel 8.0 will it still be able to read the .accdb
files? Please help me