Set Readonly := True close the Dataset ??

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ahijazi
Posts: 47
Joined: Mon 01 Oct 2007 11:13

Set Readonly := True close the Dataset ??

Post by ahijazi » Sat 13 Feb 2016 15:21

Dear Devart,

in testing process of ODAC 9.6.22, we faced a new behavior !!, after set OraTable.Readonly to true, it closing the OraTable Object ????

[Update : in case OraTable have KeyFields set to value, no close action is taken, when KeyFields is empty the OraTable is closed after turn Readonly to true]


IDE : Delphi 2007.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Set Readonly := True close the Dataset ??

Post by AlexP » Wed 17 Feb 2016 09:53

This behavior always was. We will consider the possibility to change this behavior (remain DataSet open) in the next version.

Post Reply