ODAC's connection dialog in Kylix

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sysun
Posts: 1
Joined: Fri 24 Jun 2005 00:29

ODAC's connection dialog in Kylix

Post by sysun » Fri 24 Jun 2005 00:48

I just installed ODAC 5.55 for Kylix 3.
When I used ConnectDialog and OraSession,

if ConnectionDialog1.Execute then
try
OraSession1.Connect;
..
I got Error Message:

Cannot load OCI DLL: libcIntsh.so

I removed
if ConnectionDialog1.Execute then
and try to connect it directly, the error message is the same.

Anyone knows how to fix it?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 24 Jun 2005 14:48

Please specify your Oracle client/server versions. Try to reproduce your problem with Net option.

Post Reply