We are a SQL 2000 Database shop using Visual Basic 6.0 & Windows 2003. I need to develop an application that can access an Orcale database on a remote system (sight to sight VPN in place) using SQL. I retreived some information yesterday that enabled me to construct the connect statement in our application. However when the code was tested it generate the message.
The oracle(tm)Client and networking component were not found. The components are supplied by Oracle Corp and are part of the oracle version 7.3 (or greater) client installation
I used the connect statement:
"Provider=MSDASQL;Driver={Microsoft ODBC for Oracle};Server=" & sIVCMachine & ";UID=" & sIVCUser & ";PWD=" & sIVCPass & ";"
Since we are not an Orcale shop, but need to connect to an Oracle database, Is there a method or another driver that will let us do this with out installing the components. If not, what are risks involved installing the requested components if we are a Microsoft SQL shop.
Software/Hardware used:
ASKED:
February 19, 2008 3:41 PM
UPDATED:
March 6, 2008 6:58 AM
Did this fix the problem for you?