make connection to oracle by vba

J

Joy

our ms project will make queries in orcale database.

but I do not know how to make connection to oracle...

I know how to do query in vba, but do not know how to make
connections...thanks
 
R

Rod Gill

Hi,

Use oledb to connect. Search the web for sql connections Oracle. You'll need
a reference to MDAC 2.8 (Microsoft ActiveX Data Objects 2.8).

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 

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

Top