Reputation: 411
We have ASP.NET framework 3.5 hosted in Windows 2003 Server 32-bits. Database: Oracle 10gR2 in Windows 2003 Server 64-bits We should use ODP.NET 10.2.0.3.
Questions: - Is ODP.NET 10.2.0.3 made to connect to a 32bit or 64bit Oracle database? - Is the same for Oracle Client?
Upvotes: 0
Views: 558
Reputation: 7807
The bitness of the client and server do not need to match.
SQL*Net takes care of all of the communication issues.
Upvotes: 1