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?
QueryRecCount
Re: QueryRecCount
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
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