Problem connecting to Oracle with Zeos

The stable tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.
Post Reply
elidorio2
Expert Boarder
Expert Boarder
Posts: 159
Joined: 20.08.2006, 05:37
Location: Tapejara -Pr
Contact:

Problem connecting to Oracle with Zeos

Post by elidorio2 »

I am not able to connect to Oracle with Zeos.N?o this finding dll oci.dll.
I'm using Lazarus Lazarus 64 1:08 fpc 2.6 and Windows 7 64.
Already copied this dll to C: \ Windows \ SysWOW64 and the error still continues.
What might be happening?


--
Edson
You do not have the required permissions to view the files attached to this post.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

elidorio2,

i've never tested the 64Bit OCI. But i know LudoB did it successfully. Did you install the 64Bit Client too? Btw: We're now able to load multiple dll's like the OCI, PostgreSQL and Firebird embedded from different directories. But you must be sure these libraries are 64Bit compiled. On the other hand the exception is an expected behavior.
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
elidorio2
Expert Boarder
Expert Boarder
Posts: 159
Joined: 20.08.2006, 05:37
Location: Tapejara -Pr
Contact:

Post by elidorio2 »

I tried to connect to client 32.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1935
Joined: 17.01.2011, 14:17

Post by marsupilami »

Hello elidorio2,

one cannot mix 32 and 64 bits in one application. If you create an 64 Bit application you need to use the 64 Bit client. The same goes for the 32 Bit - one can only use 32 Bit clients with 32 Bit applications. Maybe it is a good idea to switch to Lazarus 32 Bits for the time being?
Best regards,

Jan
Post Reply