I am working on a VB.NET application on Visual Studio 2010 which someone else made that has a form that connects to an Oracle 9.1 Database. Every time the form opened I would get the following error message:
"Oracle
client and networking components were not found. These components are supplied by Oracle corporation and are part of the Oracle version 7.3.3"
Since I couldn't find the 9.1 Client Install, I installed the Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit).
So now I get the following error message:
"Error
while trying to retrieve text for error ORA-01019"
The Connection string uses the MSDAORA Provider.