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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -