It would be very interesting to know how this is done
I have tried using TMyConnection GetExecuteInfo() but have never returned more than an empty string
I've also seen a post here which wraps a query.execute with GetTickCount() calls to measure execution time. Is this really the only way ?
Finally, I use dbForge for MySQL which is a fantastic piece of software, it returns comprehensive SQL execution information such as ...
... how is this achieved please ? It would be excellent to return this level of execution info.tbl_customers: Query opened in 0.007s [0.006s exec, 0.001s fetch]
thanks and best regards
Pete B