Page Table Data.Connection
- Last UpdatedJul 18, 2023
- 1 minute read
This table displays a list of current database connections. The Page table users contains the following columns:
|
Field |
Description |
|---|---|
|
Dbc |
The handle to the connection. |
|
St |
The connection state. |
|
Rn |
The number of recordsets. |
|
Qn |
The number of executed queries. |
|
Min |
The min execution time(s). |
|
Avg |
The average execution time(s). |
|
Max |
The max execution time(s). |
|
Connect |
The connection string (shown only in verbose mode). |
|
Select |
The last executed query (shown only in verbose mode). |