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?
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?