ConnectionDetails
Query connection details for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM ConnectionDetails
SELECT * FROM ConnectionDetails WHERE Id=1
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The connection ID. |
| CUID | String | The connection CUID. |
| Name | String | The connection name. |
| Type | String | The connection type. |
| FolderId | Integer | The connection folder id. |
| Path | String | The path of the connection. |
| Database | String | The database of the connection. |
| NetworkLayer | String | The network layer of the connection. |
| CreatedBy | String | The user that created the connection. |
| Updated | Datetime | The datetime the connection was last updated. |