I am working in Windows Application. I am reading a value from Excel and updating into the database.
My code is
string Con_Str = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + filepath +
";Extended Properties="Excel 8.0;HDR=Yes;IMEX=1";";
Its working fine in my local and i am having 32 Bit Machine. I ran the exe in Server which is 64 Bit Machine. There i am getting the error like
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
I had downloaded the latest from this link..
http://www.microsoft.com/en-us/download/details.aspx?id=13255
Still i am getting the Issue. How to fix this..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…