Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORAOLEDB Provider cannot be found. It may not be properly installed.

Status
Not open for further replies.

ALEKSJAY

Programmer
Feb 4, 2002
120
PR
Hi, I am tying to use Oraoledb provider in visual basic but I got this error:
Provider cannot be found. It may not be properly installed.
This is the connection string I am using:
conn.Open "Provider=oraOleDB.Oracle;" & _
"Data Source=myDB;" & _
"User Id=muUser;" & _
"Password=myPassword;"
I installed it but apparently something went wrong. I can see the oraoledb.dll file and related files in the oracle folder
I am using Win NT 4.0 SP6, the Oracle client is 8.0.5, I installed MDAC 2.7 (I tried first with 2.6)
Does somebody know what could be the problem, or how to solve it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top