This is my connection string below and I copied this exactly to the connection string.
"Provider=OraOLEDB.Oracle.1;Persist Security Info=False;User ID=IDName;Data Source=server_name;Password=password"
I got an error message when I tested the connection because I am sure I placed the connection string wrong.
If I will just go through the motion of using the Datasource Name Oracle OLEDB Driver that is provided, the connection will work but if I put my connection string in, it gives me the error message below and yet I am able to get connection when it is in my
VB program.
Error message:
"Test Connection failed because of an error in initiazing provider. Datasource Name not found and no default driver specified"