Hi All,
I'm trying to connect Oracle 19c database via .net in 2019 using oledb connection.
Getting an error as provider not registered, I had installed provider for the same.
Any luck?
Code sample below,
Dim conodbc As New System.Data.OleDb.OleDbConnection("Provider=OraOLEDB.Oracle;;Password=xxx;Persist Security Info=True;User ID=xxx;Data Source=xxx")
conodbc.Open() - this gives error as "The 'OraOLEDB.Oracle' provider is not registered on the local machine"