2 comments

  1. We have tried to access the excel data through this driver. But this driver is not getting installed properly. As per documentation we have to provide the connection string for ADO as:
    “Provider=Microsoft.ACE.OLEDB.14.0; Data Source=abc.xlsx ; Extended Properties=Excel 14.0”
    But this connection string is not working. We have our application running with Office 2007 driver very well with following connection string.
    “Provider=Microsoft.ACE.OLEDB.12.0; Data Source=abc.xlsx ; Extended Properties=Excel 12.0”
    It seems to be an issue while installation of Office 2010 driver. I wasnt able to spot an guid against “Microsoft.ACE.OLEDB.14.0” in the system registry after installation of driver.

  2. We have tried to access the excel data through this driver. But this driver is not getting installed properly. As per documentation we have to provide the connection string for ADO as:
    “Provider=Microsoft.ACE.OLEDB.14.0; Data Source=abc.xlsx ; Extended Properties=Excel 14.0”
    But this connection string is not working. We have our application running with Office 2007 driver very well with following connection string.
    “Provider=Microsoft.ACE.OLEDB.12.0; Data Source=abc.xlsx ; Extended Properties=Excel 12.0”
    It seems to be an issue while installation of Office 2010 driver. I wasnt able to spot an guid against “Microsoft.ACE.OLEDB.14.0” in the system registry after installation of driver.

Comments are closed.