To create an ODBC connection in VBA, two things are required:
- Create a ODBC data source
- Add references in Excel
What I’d like to know is if OLEDB has fewer requirements and is easier to implement.
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.
OLEDB is the way to go as you’ll probably be using ADODB for your queries etc.