Yes. If your app is compiled to 32-bit .EXE (even if your Windows OS is 64-bit) you need to use 32-bit DB drivers. Only if your app is compiled to 64-bit .EXE then you would use 64-bit DB drivers. Same applies to any DLLs/OCXs embedded in your app... the bitness has to match.
Armeen is correct with one exception - the PB2019 CloudPro edition (and higher - ie: PB/PS2021). This includes the Snap development system and it generates 64bit code. So if you plan on using both IDE's (Snap for .Net Assemblies, Web Services, Console, etc Apps) - then make sure that *both* the 32bit and 64bit Oracle DB Clients are installed (they can co-exist BTW).
There are no replies made for this question yet. However, you are not allowed to reply to this question.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.
Armeen is correct with one exception - the PB2019 CloudPro edition (and higher - ie: PB/PS2021). This includes the Snap development system and it generates 64bit code. So if you plan on using both IDE's (Snap for .Net Assemblies, Web Services, Console, etc Apps) - then make sure that *both* the 32bit and 64bit Oracle DB Clients are installed (they can co-exist BTW).
Regards ... Chris