Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

The structured variable is not a common part of application configuration. It must be created before using. Its name "SV._System_DBMDbPerf" and structure are important. The structure should be following:

Item nameValue typeDescription
DatabaseTextName of Database object or DbManager process.
ConNrTransIntegerThe number of transactional connects.
CurrRqTransIntegerThe number of queue items for transaction connects.
MaxRqTransIntegerMaximum number of items in a transaction queue.
ConNrAutoIntegerNumber of automatic connects.
CurrRqAutoIntegerThe number of queue items for automatic connects.
MaxRqAutoIntegerMaximum number of items in an automatic queue.
ConNrBrowseIntegerThe number of browser connects.
CurrRqBrowseIntegerThe number of queue items for browser connects.
MaxRqBrowseIntegerMaximum number of items in a browser queue.
HandleCntIntegerNumber of handles and uncommitted operations.
AbortCntIntegerNumber of transactional operations aborted due to timeout
.

(see DB_TRANS_OPEN).

The definition of object SD._System_DBMDbPerf should be used as a definition of structure for the structured variable SV._System_DBMDbPerf.

...