How to get execution times with TOraSQLMonitor like DBMonitor?
-
- Posts: 75
- Joined: Tue 04 Jan 2005 10:26
How to get execution times with TOraSQLMonitor like DBMonitor?
Well TOraSQLMonitor.OnSQL notifys me before opening a query but how I can determine the execution time?
-
- Posts: 75
- Joined: Tue 04 Jan 2005 10:26
I wanted to know how you are able to measure the times in DBMonitor from my application.
I had at look into the source and now I know how you can measure it.
Can you create an OnGetIDBMonitor event or create the events OnEvent and OnExecute(FDBMonitor.OnExecute and not TCustomDASQLMonitor.OnExecute ) in TCustomDASQLMonitor?
I had at look into the source and now I know how you can measure it.
Can you create an OnGetIDBMonitor event or create the events OnEvent and OnExecute(FDBMonitor.OnExecute and not TCustomDASQLMonitor.OnExecute ) in TCustomDASQLMonitor?