Problem with OCISvcCtx 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
Ernesto

Problem with OCISvcCtx and ODAC (NET)

Post by Ernesto » Thu 23 Mar 2006 20:07

Hi,

We have a problem the next problem:

var
OraArreglo : TOraArray;

...

OraArreglo := TOraArray.Create(nil);
OraArreglo.OCISvcCtx:= DM.DBSession.OCISvcCtx;
OraArreglo.AllocObject('Presiones'); // <== Error: OCI Function is Not Linked

We have this problem only with ODAC (net), when we not use net function the code works fine.

(Windows 2000 sp4, Delphi 5, Oracle Database 10g, ODAC 5.70.029)

Thx.
Ernesto.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 24 Mar 2006 12:08

Net option doesn't support arrays.

Post Reply