Hi,
I am new to oracle ODP.
I have some questions regarding it.
1. If I only give reference and don't include Oracle.Dataaccess.dll from gac (suppose 2.11.3.XX) in my project and the client system has the oracle access.dll of version 2.11.2.XX(or other) then What will happen??
Will it use the 2.11.2.xx DLL from GAC or give error.
2. I need to build app for both 32 and 64 bit client then should i develop separate version for the both or is there any other alternative ( I can't use the Managed oracle DLL due to .net 2.0).
I already wasted couple of days figuring out correct versioning of oracle ddll like oci.dll, oraop11s.dll etc
Please suggest any other alternative if you have
Thanks