Page 1 of 1

TMSSQLMonitor shows fake openings

Posted: Wed 21 Oct 2015 09:01
by Ludek
Hi,
If i open query like

Code: Select all

select 1 as field
select 2 as field
select 3 as field
and then use opennext to jump to next resultset, then the tmssqlmonitor gets three execute events, although only one really executed! how do i distinguish the "real" opening and how the fake ones?
Thanks, Ludek.

Re: TMSSQLMonitor shows fake openings

Posted: Fri 23 Oct 2015 10:05
by azyk
Thank you for the information. We have reproduce the described behavior and will investigate it. We will try to change it in one of the next SDAC versions.

Re: TMSSQLMonitor shows fake openings

Posted: Fri 23 Oct 2015 14:22
by Ludek
Thank you.