c# - 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine -



c# - 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine -

i'm trying info excel file on button click event. connection string is:

string connstring = "provider=microsoft.ace.oledb.12.0;data source=c:\\source\\sitecore65\\individual-data.xls;extended properties=excel 8.0;";

when click on button, got next error:

the 'microsoft.ace.oledb.12.0' provider not registered on local machine.

i have no clue how prepare this. operating scheme windows 7.

well, need install it. you're looking for:

the 2007 office scheme driver: info connectivity components.

c# vb.net excel ole

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -