how to connect Oracle[C#]
-
Hi everybody, Please help me soon. I have developed a windows application using c#.net 2.0 and Oracle 10g as back end. It works fine on our machine, but it shows error on our client's machine. The error message as below: "System.Data.OracleClient requires OracleClient software 8.1.7 or later". I have not installed Oraclient software anywhere instead I have placed Oracle Instant Client dlls in my application folder. What is the reason and its solution. I found most of the answers on behalf of security. I think it is not security reason because I have not installed oracleclient software. The answer will be highly appreciated.
-
Hi everybody, Please help me soon. I have developed a windows application using c#.net 2.0 and Oracle 10g as back end. It works fine on our machine, but it shows error on our client's machine. The error message as below: "System.Data.OracleClient requires OracleClient software 8.1.7 or later". I have not installed Oraclient software anywhere instead I have placed Oracle Instant Client dlls in my application folder. What is the reason and its solution. I found most of the answers on behalf of security. I think it is not security reason because I have not installed oracleclient software. The answer will be highly appreciated.
dibya_2003 wrote:
System.Data.OracleClient requires OracleClient software 8.1.7 or later
The error message is clear. You need to install it.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Hi everybody, Please help me soon. I have developed a windows application using c#.net 2.0 and Oracle 10g as back end. It works fine on our machine, but it shows error on our client's machine. The error message as below: "System.Data.OracleClient requires OracleClient software 8.1.7 or later". I have not installed Oraclient software anywhere instead I have placed Oracle Instant Client dlls in my application folder. What is the reason and its solution. I found most of the answers on behalf of security. I think it is not security reason because I have not installed oracleclient software. The answer will be highly appreciated.