is there a way to detect from ODAC if the Oracle-Client is installed in a 64-bit or 32-bit version?
Background: we have a 32-bit Delphi service application typically running on the oracle-server connecting through OCI.
Now we had the problem that the Oracle-Client was 64-bit, the workaround was to use the OCIW32.DLL instead of the OCI.DLL.
We did this by copying and renaming OCIW32.DLL but I hope that there are cleaner ways to do this
My wish would be that ODAC handles this problem (detect if a 64-bit client is installed, if yes, use OCIW32.DLL as the default DLL).
Would be very helpful! Any other suggestions?
Thanks a lot & keep up the great work!
Daniel