What is MDAC and how we can use in our program
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can think of
MDACas a bunch of drivers, as a developer, you don’t really need to know many details about it, just that it’s installed. It used to be an issue to make sure that the right version was installed, but nowdays a recent version will be install on pretty much all Windows machines so you usually don’t have to worry about it unless you’re doing something advanced.To use it just write some code to access one of the supported datasources. Look at
OleDbConnectionand related classes. More information about that class can be found here.