QueryRecCount

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

QueryRecCount

Post by sinys » Tue 27 Aug 2013 10:22

Delphi XE2, Odac 9.0.2

OraQuery1.QueryRecCount := True;
OraQuery1.Open;

SQL monitor showing:
[Describe only] select count(*) from (my query);
[Describe only] select count(*) from (my query);
[Execute] select count(*) from (my query);

Why there is Describe command for this query? And what is this mean?

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

Re: QueryRecCount

Post by AlexP » Tue 27 Aug 2013 11:26

Hello,

We cannot reproduce the described problem. If you have changed the default DataSet option values, please specify these options, as well as the options set in OraSqlMonitor

Post Reply