Page 1 of 1

Works Delphi 32bit app with 64bit-Oracleclient?

Posted: Wed 02 Mar 2022 11:09
by rdeutsch
Hi

Our application is compiled in 32bit. Up to now we always installed the 32bit-Oracleclient version on the windows client.
But now our customer migrate to Windows10 64bit and want - if possible - install the 64bit-Oracleclient. Does that work?

Thanks for any support.
Best reards,
Robert

Re: Works Delphi 32bit app with 64bit-Oracleclient?

Posted: Mon 21 Mar 2022 19:48
by jdorlon
Oracle client bitness must match that of your application.

So if you want to use 64 bit Oracle client, you must compile your application in 64 bit.

Re: Works Delphi 32bit app with 64bit-Oracleclient?

Posted: Mon 09 May 2022 19:39
by MaximG
The RAD Studio itself is 32-bit, therefore you cannot use Oracle Client x64 to establish connection in Design Time