Hi,
I am trying to connect to an oracle database from an ASP page using an ADO connection.
It's a trusted connection so I don't have a Userid and password.
When I try to use OraOLEDB.Oracle (which as far as I found is the only way to connect with OS authentication) as provider I get the eror that the Provider can not be found.
1. Does the OraOLEDB.Oracle provider have to be insalled on the server?
2. Is there another way to connect through server authentication?
I am trying to connect to an oracle database from an ASP page using an ADO connection.
It's a trusted connection so I don't have a Userid and password.
When I try to use OraOLEDB.Oracle (which as far as I found is the only way to connect with OS authentication) as provider I get the eror that the Provider can not be found.
1. Does the OraOLEDB.Oracle provider have to be insalled on the server?
2. Is there another way to connect through server authentication?