Page 1 of 1

Problem with OCISvcCtx and ODAC (NET)

Posted: Thu 23 Mar 2006 20:07
by Ernesto
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.

Posted: Fri 24 Mar 2006 12:08
by Challenger
Net option doesn't support arrays.