Home > database >  C # does not install the client how to connect to the oracle server
C # does not install the client how to connect to the oracle server

Time:09-27

Help: if not to install oracle client how to connect to the server, on the Internet to find a lot of methods are not always appear the following error:
"Did not find the Oracle client and network components, these components are provided by Oracle is Oracle 7.3.3 version (or higher) part of the client software installation,

Before installing the these components will not be able to use this provider, "
In accordance with the method of the site "http://www.cnblogs.com/jiangguang/archive/2013/02/19/2916882.html" test is also not line, I use a tool is VS2012 I wanted to know c # can not install oracle client connect to the server? For everyone a great god for help,

CodePudding user response:

Connection can try to use the following two methods:
1. Install the ODAC, an Oracle database access components
2. Use the ODBC data source connection drive way,
  • Related