Page 1 of 1

Problem connecting to Oracle with Zeos

Posted: 31.05.2013, 20:59
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

Posted: 02.06.2013, 11:00
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.

Posted: 06.06.2013, 02:06
by elidorio2
I tried to connect to client 32.

Posted: 06.06.2013, 09:03
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