We have an ASP code that calling a oracle procedure on the database server, it works on most the machines in the office, only for one machine, the access failed, can anybody give me some advice on this issue?
The connection string is :
"provider=msdasql;dsn=newdb;uid=system;pwd=manager;"
The Microsoft ADO component should be installed when the OS is setup by default, right? Is any possibility that the ADO component for ORACLE is missing?
Thanks