Testing v6.6.0 beta

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
angel_genchev
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 05.12.2006, 00:57

Testing v6.6.0 beta

Post by angel_genchev »

My test was:
1. change parameters of a query
2. execute (use .Refresh(); or .Active:=false;.Active:=True;)
3.fetch results

I`ve found that if i call TzQuery .Refresh method, the speed is much worse than setting .Active property first to false, then to true. A relatively big amount of time and CPU is consumed with .Refresh method. Is this abnormal behaviour or it`s expected ?

I`m finding strange that even the speed of fetching of the rows is likely affected.
Post Reply