5
I have a problem that is limiting my work, it is the following, I created a Webservice with a connection string
to an oracle database :
OleDbConnection con = new OleDbConnection("Provider=OraOLEDB.Oracle.1;Persist Security Info=False;DATA SOURCE=********;USER ID=******;Password=*******");
(*)’s are for hiding information, either way when I run the program to run mine query
give me this mistake:
"The 'Oraoledb.Oracle1' Provider is not Registered on the local machine"
Can you explain why ? I have Oracle installed on the computer and already put the Target CPU in x64 and x86 and nothing solved.
To try to help: https://stackoverflow.com/questions/6649363/microsoft-ace-oledb-12-0-provider-is-not-registered-on-the-local-machine
– Don't Panic
He is using Ace.Oledb and not Oracle, the error is different, but thanks anyway ! :)
– Leandro Batista
Here is a link: https://social.msdn.microsoft.com/Forums/pt-BR/79350e20-35b1-4f01-9f2c-929b8247e83b/o-provedor-oraoledboracle-no-register-na-mquina-localforum=504
– Don't Panic
http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html
– Rovann Linhalis