i'm getting a problem setting the net value: "feature is not supported"
Code: Select all
Session:=TOraSession.Create(nil);
Session.Options.Net:=true; // line with exception
Session.ConnectString:='xxx/[email protected]:1521:zzzz';
.
.
.
i'm using Delphi 2006 Arch and ODAC 5.80.0.35 and Oracle 10g
how can i fix this problem? thx