Page 1 of 1

Problem setting OraSession.Options.Net:=true

Posted: Mon 18 Sep 2006 13:21
by oweis
hello,

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

Posted: Tue 19 Sep 2006 11:34
by Challenger
Please make sure that you have installed Net version of ODAC. There must be "Oracle Data Access Components Net" inscription in ODAC About window.

Posted: Wed 20 Sep 2006 11:35
by oweis
ok thx :-)