I execute a script VB after installed OADC then "Provider cannot be found. It may not be properly in
hello guru,
1 - I installed Oracle client 11.2.0.3 ( Windows client 32 bits)
2 - I installed OADC 11.2.0.3 ( Windows client 32 bits )
for see my installation then i join my log file of "opatch lsinventory -detail" after it.
3 - i created and executed a vb script and i have this error next :
C:\Temp\ODAC11203\testoledbdate.vbs(2, 1) ADODB.Connection: Provider cannot be f
ound. It may not be properly installed.
4 - my script is : set con = createobject("adodb.connection")
con.open = "provider=OraOLEDB;user id=TOTO;password=TOTO;data source=WT10DEV"
con.close
set con=nothing
5 -1 how may I see if all my path are correct ? or all my regedit are correct ?
1 - I installed Oracle client 11.2.0.3 ( Windows client 32 bits)
2 - I installed OADC 11.2.0.3 ( Windows client 32 bits )
for see my installation then i join my log file of "opatch lsinventory -detail" after it.
3 - i created and executed a vb script and i have this error next :
C:\Temp\ODAC11203\testoledbdate.vbs(2, 1) ADODB.Connection: Provider cannot be f
ound. It may not be properly installed.
4 - my script is : set con = createobject("adodb.connection")
con.open = "provider=OraOLEDB;user id=TOTO;password=TOTO;data source=WT10DEV"
con.close
set con=nothing
5 -1 how may I see if all my path are correct ? or all my regedit are correct ?
0