I have a problem that is limiting my work, this is the following, I created a WebService with a connection string
for a database in oracle:
OleDbConnection con = new OleDbConnection("Provider=OraOLEDB.Oracle.1;Persist Security Info=False;DATA SOURCE=********;USER ID=******;Password=*******");
(*) 's are to hide the information, anyway when I run the program to run my query
give me this error:
"The 'OraOLEDB.Oracle1' provider is not registered on the site 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.