The Oracle(tm) client and networking components were not found.
Hi..
I am using VB as front-end and Oracle as backend.
I am trying to connect Oracle from VB using MSDAORA
The below is the connection info
"Provider=MSDAORA;Data Source=oraserver;User ID=User;Password=Password"
I got the following error
The Oracle(tm) client and networking components were not found.
These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client software installation.
Oracle client is not installed in that particular PC.
Is it necessary to have oracle client for that ?
I am accessing oracle from server machine which contains Oracle. It is specified in the Data Source=oraserver
But the same code works in a system which is having Oracle.
I am wondering Is it necessary to have oracle client for that machine.
Plz help