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
Problem connecting to Oracle with Zeos
Problem connecting to Oracle with Zeos
You do not have the required permissions to view the files attached to this post.
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
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.
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/
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/
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
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
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