NetConnection + Table As Parameter

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
neonomaly
Posts: 4
Joined: Thu 16 Jun 2011 10:23

NetConnection + Table As Parameter

Post by neonomaly » Thu 16 Jun 2011 10:31

Hello,

Is it possible to use tables/arrays as parameters for queries through Net(Direct) Connection in latest version of ODAC? If it is possible give example...

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

Post by AlexP » Thu 16 Jun 2011 11:18

Hello,

Such Oracle types as OBJECT, ARRAY, REF, XML, BINARY_DOUBLE, BINARY_FLOAT are not supported in the Direct mode.
You can find more detailed information in the ODAC help, the Connecting in Direct Mode topic.
We plan to add the possibility of working with these types in the Direct mode in the future.

neonomaly
Posts: 4
Joined: Thu 16 Jun 2011 10:23

Post by neonomaly » Sun 19 Jun 2011 14:22

What minimal part of Oracle client should be installed for using ODAC through Client Connection Mode?

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

Post by AlexP » Mon 20 Jun 2011 07:30

Hello,

You can use Oracle Instant Client that does not require installation and includes the minimal number of necessary files for working in the OCI mode (You can downloaad Oracle Instant Client at the Oracle official site).

Post Reply