MESSAGE: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
-
I am running batch apps on Windows 2012 server and getting the following error: MESSAGE: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine My connection string: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Temp\File.xls; Extended Properties="Excel 12.0 Xml;HDR=YES"; Excel 2010 installed on a server what am I missing?
-
I am running batch apps on Windows 2012 server and getting the following error: MESSAGE: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine My connection string: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Temp\File.xls; Extended Properties="Excel 12.0 Xml;HDR=YES"; Excel 2010 installed on a server what am I missing?
-
As stated in the message you are missing the ACE driver. Check Microsoft.ACE.OLEDB - Google Search[^] to see which one applies to your situation.
-
On a server I have Excel 10 installed. what do I need to change in my connection in order to use it?
-
I am running batch apps on Windows 2012 server and getting the following error: MESSAGE: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine My connection string: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Temp\File.xls; Extended Properties="Excel 12.0 Xml;HDR=YES"; Excel 2010 installed on a server what am I missing?
you need install ACE?