I have a project that needs to extract data from Oracle. Problem is that some data comes from Oracle 10 and other's from Oracle 11.
I'm currently including Oracle.DataAccess.dll to my project, but this DLL have to correspond to the version of Oracle.
So can I have 2 Oracle DLL's with the same name to my project? How can I specify which DLL should be used during each Oracle read?