This table shows the following details for each SQL connection:
| 
                         Field  | 
                    
                         Description  | 
                
|---|---|
| 
                         Dbc  | 
                    
                         The handle to the DB connection object.  | 
                
| 
                         Stmt  | 
                    
                         The handle to the statement.  | 
                
| 
                         Fmt  | 
                    
                         The handle to the format definition.  | 
                
| 
                         Connect  | 
                    
                         The connection string.  | 
                
| 
                         Select  | 
                    
                         The last executed query.  | 
                
| 
                         QryActv  | 
                    
                         Indication that the query is active (set to TRUE between SQLExec and SQLEnd).  | 
                
| 
                         TrnActv  | 
                    
                         Indication that the transaction is active (shown only in verbose mode).  | 
                
See Also
Published June 2018