Page 1 of 1

QueryRecCount

Posted: Tue 27 Aug 2013 10:22
by sinys
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?

Re: QueryRecCount

Posted: Tue 27 Aug 2013 11:26
by AlexP
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