Problem setting OraSession.Options.Net:=true

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oweis
Posts: 3
Joined: Mon 18 Sep 2006 13:12

Problem setting OraSession.Options.Net:=true

Post by oweis » Mon 18 Sep 2006 13:21

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

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

Post by Challenger » Tue 19 Sep 2006 11:34

Please make sure that you have installed Net version of ODAC. There must be "Oracle Data Access Components Net" inscription in ODAC About window.

oweis
Posts: 3
Joined: Mon 18 Sep 2006 13:12

Post by oweis » Wed 20 Sep 2006 11:35

ok thx :-)

Post Reply