Problem with OCISvcCtx and ODAC (NET)
Posted: 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.
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.