I am implementing an x64 application, connecting to Oracle.
What driver should I use, to make sure that it doesn't matter what client version the user has installed.
So, right now I'm building my versions with an x64 and x86 ODP.NET driver, but I'm worried that this won't work when the user has an older/newer version of the Oracle client (ODP.NET) installed.
Should I move over to OleDB or System.DataAccess drivers, to avoid this problem, or won't there be a problem at all?
PS: I was previously using the ODBC driver, but there are known bugs on x64 for this, so this is not an option.