Connect to OLEDB..?

  • Thread starter Thread starter Kent Johnson
  • Start date Start date
K

Kent Johnson

Hi all,

I usually link tables from a datasource via ODBC but now I have a SAS OLEDB
datasource.
How can I connect to a OLEDB-datasource from Access?

/Kent J.
 
You can't as a linked table, but you can open an ADO recordset in VBA code,
assuming you know the appropriate connection string to use to connect.
 
OK!
How can I use ADO to connect to a OLEDB datasource?

/Kent J.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top