OCI function IS NOT LINKED

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
delphi7
Posts: 15
Joined: Wed 12 Mar 2014 12:28

OCI function IS NOT LINKED

Post by delphi7 » Mon 09 Mar 2015 08:50

HELLO
USING
CREATE OR REPLACE TYPE MY_ARRAY aS VARRAY (100) OF INTEGER
I HAVE A PROBLEM WHEN USING AN ARRAY AS PARAMETER IN MY FUNCTION IN DIRECT MODE
BUG : OCI function IS NOT LINKED

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

Re: OCI function IS NOT LINKED

Post by AlexP » Tue 10 Mar 2015 07:09

Hello,

For the time being, this type is not supported in the Direct mode. We will consider the possibility to implement the support for this type in one of the next ODAC versions.

Post Reply