TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mohammed Rizk
NA
4
8.3k
Connecting to Access MS 2013 issue
Feb 6 2014 5:30 AM
I am trying to connect to an access Data base MS 2013 through the code and here is the code that i used
"
OleDbConnection MyAccessConn = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\\Test.accdb;");
MyAccessConn.Open(); "
and when i run the programmed it gives me this Error
"
An unhandled exception of type 'System.InvalidOperationException' occurred in System.Data.dll
Additional information: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. "
Please Help
Reply
Answers (
2
)
Server Side Validations in MVC4 Models
image processing