ADO Wrapper API offers a function that can track every steps of accessing DBMS.
DBMS such as MS SQL Server and etc. comes with query tracker (or query profiler) but sometimes it is prevented for use under security reason by game publishers. Tracking ADO operation can be an alternative solution when query tracker is prohibited. The example below shows how event can be received after a certain delay access time is passed as querying or commanding.
This function can also receive events of ADO Wrapper API used in ProudNet Database Cache System version 2.