Hi All,
I got the below error while running my code
RunTime error 3706.Priovider cannot be found.It may not be properly installed.
My code is look like
/* Piece of Code */
How i resolve this problem?![]()
Dim conn As ADODB.Connection With conn .ConnectionString = "Provider = OraOLEDB.Oracle;" & _ "Data Source = 10.232.5.50:1521/ONLINE;" & _ "User ID = wmis;Password = wmis;" .Open End With
Thanks
Ann
Bookmarks