Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#


Hello,

Is there an Oracle 8.1.7 client for windows 64bit?
Or
I am looking for libraries to connect to the oracle database without installing the client in C #
Please help?

What I have tried:

Hello,
Is there an Oracle 8.1.7 client for windows 64bit?
Or
I am looking for libraries to connect to the oracle database without installing the client in C #
Please help?
Posted
Updated 6-Nov-19 22:40pm
Comments
Richard MacCutchan 7-Nov-19 3:51am    
Probably a good idea to ask Oracle.

1 solution

See answers here: c# - Can I use Bind Variables with odp.net and Oracle 8i? - Stack Overflow[^]

Also note what it says here: System.Data.OracleClient Update | ADO.NET Blog[^]
Quote:
System.Data.OracleClient will be available in the upcoming 4.0 release of .NET Framework; however, it will be marked as deprecated

So using Microsoft’s OracleClient could still be possible, but it is not recommended.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900