OBJ_M_CONNECTDATA
The table stores connection definitions in encrypted mode. You find here the two parts of a connection: the "Connection String" and the "Parameter String".
A connection string is a string that contains information used for establishing a connection.
Connection parameters (attributes) are characteristics of the connection.
Name | Null ? | Type | Values |
M_CNTA_N_CNTNID | NOT NULL | int10 | Connection ID (see obj_m_connection) |
M_CNTA_N_TYPE | NOT NULL | int10 | 1: Connection string
2: Connection parameter |
M_CNTA_N_BLOCKID | NOT NULL | int10 | Block ID. Depending on the connection definition, several blocks are necessary for storage. |
M_CNTA_C_BLKVALUE | NOT NULL | char(254)* | Connection encrypted value (string and parameter) |