Reputation: 23187
To create an ODBC connection in VBA, two things are required:
What I'd like to know is if OLEDB has fewer requirements and is easier to implement.
Upvotes: 1
Views: 1242
Reputation: 1770
OLEDB is the way to go as you'll probably be using ADODB for your queries etc.
Upvotes: 1