oci.dll and odac net

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oliver

oci.dll and odac net

Post by oliver » Fri 21 Oct 2005 07:52

Hello,

i'm using the latest version of odac net for borland c++ 6.
on the developer machine i can run the application but on the clients side a error message appears that oci.dll is missing.
i thought with .net i dont need to install the oracle client?

errormessage:
cannot find oci dll in c:\programme\oracle\ora92\bin\*.*

os: windows xp/2k
odac net version:5.55.1.23

lg

oliver

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

Post by Alex » Fri 21 Oct 2005 08:08

To use ODAC in NET mode you should set TOraSession.Options.Net to True. Please read the "Working with ODAC Net" topic of ODAC help.

oliver

Post by oliver » Fri 21 Oct 2005 09:27

thanks for your fast response.
it works :)

lg

oliver

Post Reply