User connection (_MyConnection)
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
User connection (_MyConnection)
The _MyConnection VST provides information about a user and the number of private read-only buffers allowed and in use.
| Field name | Data type | Description |
|---|---|---|
| _MyConn-NumSeqBuffers | INTEGER | Number of private read-only buffers currently allowed |
| _MyConn-Pid | INTEGER | The user's process ID |
| _MyConn-ServerPid | INTEGER | The process ID of the server the user is connected to |
| _MyConn-ServerTid | INTEGER | The thread ID of the server thread the user is connected to |
| _MyConn-TenantId | INTEGER | The user's tenant ID |
| _MyConn-UsedSeqBuffers | INTEGER | Number of private read-only buffers currently in use |
| _MyConn-UserId | INTEGER | The user's user number |
| _MyConn-UserMisc | CHARACTER | User updatable field. |