Resets all Advantage Database Server communication statistics to zero.
Syntax
EXECUTE PROCEDURE sp_mgResetCommStats()
Parameters
NONE
Remarks
This procedure resets all Advantage Database Server communication statistics to zero. This Advantage Management Procedure is useful when used in conjunction with sp_mgGetCommStats to determine how often corrupted packets are being discovered.
Example
EXECUTE PROCEDURE sp_mgResetCommStats();
See Also