Use the OCI MODE

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
algold
Posts: 2
Joined: Thu 09 Jan 2014 18:24

Use the OCI MODE

Post by algold » Thu 09 Jan 2014 18:28

Hi,

I'm using Delphi 7 and Core Lab ODAC 6.50.0.35 for Delphi 7. How can i confirm that i'm using connection through OCI?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Use the OCI MODE

Post by AlexP » Fri 10 Jan 2014 10:02

Hello,

The Direct option (TOraSession.Options.Direct) is responsible for the used connection mode: if it is False - the OCI mode is used, otherwise - the Direct mode.

algold
Posts: 2
Joined: Thu 09 Jan 2014 18:24

Re: Use the OCI MODE

Post by algold » Fri 10 Jan 2014 11:37

You really helped me a lot.
Thanks.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Use the OCI MODE

Post by AlexP » Fri 10 Jan 2014 11:46

Hello,

If you have any other questions, feel free to contact us.

Post Reply