800ac350 missing parameter: OLEDB provider

I am debugging an application written in Classic ASP. The app connects to Oracle db in cloud but I get this error :

Code: 800ac350

Description : missing parameter OLEDB provider.

Does anyone has any idea why I am getting this error.

I am using x64 bit drivers for Oracle connectivity and the db is Oracle11g.

Rohit

It looks like there’s a parameter mandatory for the connection that you didn’t add in your connection string. Make sure that you have everything: server, user, password, etc…

Look at this page. It will show you different kind of connection strings with Oracle databases… including some OLEDB. Compare it and see what you’re missing

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.