Provider OraOLEDB.Oracle not registered – Asp.net
I'm trying to connect my db with my asp.net web form but when i insert this to try the connection i've this error OleDbConnection con = new OleDbConnection("Provider=OraOLEDB.Oracle;USER ID=C##FABIO;DATA SOURCE=ORCL"); //aggiungi un elemento alla tabella ESAMI protected void Button1_Click(object sender,…