Does System.Data.OracleClient support oracle 11g? If yes which version? The .Net appplication is presently running on 32b开发者_运维百科it server. We will be upgrading to 64 bit. Will System.Data.OracleClient support 64 bit too? Version of System.Data.OracleClient in use at present 2.0.0.0 with oracle 9i.
Difficult question, according to this link it does not and it will not in the future either. However, I'm currently using System.Data.OracleClient
to connect to an 64bit 11g server and I've got Oracle's 11g client tools installed and I have no problems.
System.Data.OracleClient will be deprecated soon. If you think about future you better go on this one Oracle Data Provider for .NET
精彩评论