Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Advantage CA-Clipper Guide v6.11 - ax_resetcommstats() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 AX_ResetCommStats()
 Resets all Advantage Database Server communication statistics to zero
------------------------------------------------------------------------------

Syntax

     AX_ResetCommStats() -> logical

Returns
     Returns a logical .T. if the operation was successful, else .F. is
     returned. If an error occurred, AX_Error() will return information on
     why the function failed.

Description

     AX_ResetCommStats() resets all Advantage Database communication
     statistics to zero.  This function is useful when used in conjunction
     with AX_GetCommStats() to determine how often corrupted packets are
     being discovered.

Example

     // Must first get a connection to the Advantage Database Server
     USE x:dummy.dbf VIA "DBFCDXAX"

     // Reset all comm stats to 0
     ? lResult := AX_ResetCommStats()  // Returns .T. if successful


See Also: AX_GetCommStats()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson