views:

65

answers:

1

To create an ODBC connection in VBA, two things are required:

  1. Create a ODBC data source
  2. Add references in Excel

What I'd like to know is if OLEDB has fewer requirements and is easier to implement.

A: 

OLEDB is the way to go as you'll probably be using ADODB for your queries etc.

Raj