unidac can not support 64bit at oci mode

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
daizhicun
Posts: 109
Joined: Thu 21 Jan 2010 11:49

unidac can not support 64bit at oci mode

Post by daizhicun » Wed 16 Mar 2011 04:31

when use oci mode at 64bit;

it shows : can not load ...\bin\oci.dll

but direct moed is ok;

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 16 Mar 2011 08:49

Hello,

UniDAC doesn't work with Oracle Client x64, because our components are build on Delphi, and Delphi doesn't support building x64 applications.
You should use Oracle Client x32 on x64 OS.

Post Reply